aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/PacketBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/PacketBuffer.hpp')
-rw-r--r--src/profiling/PacketBuffer.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/PacketBuffer.hpp b/src/profiling/PacketBuffer.hpp
index 02fe3b99d8..3fa5c608fe 100644
--- a/src/profiling/PacketBuffer.hpp
+++ b/src/profiling/PacketBuffer.hpp
@@ -9,10 +9,10 @@
#include <memory>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class PacketBuffer : public IPacketBuffer
@@ -42,6 +42,6 @@ private:
std::unique_ptr<unsigned char[]> m_Data;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm