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