aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/RequestCountersPacketHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/RequestCountersPacketHandler.hpp')
-rw-r--r--src/profiling/test/RequestCountersPacketHandler.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/test/RequestCountersPacketHandler.hpp b/src/profiling/test/RequestCountersPacketHandler.hpp
index 82bd313b85..7068a4f253 100644
--- a/src/profiling/test/RequestCountersPacketHandler.hpp
+++ b/src/profiling/test/RequestCountersPacketHandler.hpp
@@ -11,10 +11,10 @@
#include <common/include/Packet.hpp>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class RequestCountersPacketHandler : public ILocalPacketHandler
@@ -43,6 +43,6 @@ private:
void SendCounterSelectionPacket();
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm