aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/PrintPacketHeaderHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/PrintPacketHeaderHandler.hpp')
-rw-r--r--src/profiling/test/PrintPacketHeaderHandler.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/test/PrintPacketHeaderHandler.hpp b/src/profiling/test/PrintPacketHeaderHandler.hpp
index 397da0b8ea..a05e733c07 100644
--- a/src/profiling/test/PrintPacketHeaderHandler.hpp
+++ b/src/profiling/test/PrintPacketHeaderHandler.hpp
@@ -9,10 +9,10 @@
#include <common/include/Packet.hpp>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class PrintPacketHeaderHandler : public ILocalPacketHandler
@@ -22,6 +22,6 @@ class PrintPacketHeaderHandler : public ILocalPacketHandler
virtual void HandlePacket(const arm::pipe::Packet& packet);
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm