aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/SendThread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/SendThread.hpp')
-rw-r--r--src/profiling/SendThread.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/SendThread.hpp b/src/profiling/SendThread.hpp
index af1a72bce5..6512c8aac6 100644
--- a/src/profiling/SendThread.hpp
+++ b/src/profiling/SendThread.hpp
@@ -20,10 +20,10 @@
#include <thread>
#include <type_traits>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class SendThread : public ISendThread, public IConsumer
@@ -70,6 +70,6 @@ private:
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm