aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IProfilingServiceStatus.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IProfilingServiceStatus.hpp')
-rw-r--r--src/profiling/IProfilingServiceStatus.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/IProfilingServiceStatus.hpp b/src/profiling/IProfilingServiceStatus.hpp
index 1d272463ae..3366bdd445 100644
--- a/src/profiling/IProfilingServiceStatus.hpp
+++ b/src/profiling/IProfilingServiceStatus.hpp
@@ -11,10 +11,10 @@
#include <cstdint>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class IProfilingServiceStatus
@@ -25,6 +25,6 @@ public:
virtual ~IProfilingServiceStatus() {};
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm