aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/PacketBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/PacketBuffer.cpp')
-rw-r--r--src/profiling/PacketBuffer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/PacketBuffer.cpp b/src/profiling/PacketBuffer.cpp
index 6010493002..fa3e9582f4 100644
--- a/src/profiling/PacketBuffer.cpp
+++ b/src/profiling/PacketBuffer.cpp
@@ -7,10 +7,10 @@
#include <armnn/Exceptions.hpp>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
PacketBuffer::PacketBuffer(unsigned int maxSize)
@@ -62,6 +62,6 @@ void PacketBuffer::Destroy()
m_MaxSize = 0;
}
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm