aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IConsumer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IConsumer.hpp')
-rw-r--r--src/profiling/IConsumer.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/IConsumer.hpp b/src/profiling/IConsumer.hpp
index f00f17458b..7a7e5efc64 100644
--- a/src/profiling/IConsumer.hpp
+++ b/src/profiling/IConsumer.hpp
@@ -5,10 +5,10 @@
#pragma once
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class IConsumer
@@ -20,7 +20,7 @@ public:
virtual void SetReadyToRead() = 0;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm