aboutsummaryrefslogtreecommitdiff
path: root/profiling/common/include/IProfilingGuidGenerator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'profiling/common/include/IProfilingGuidGenerator.hpp')
-rw-r--r--profiling/common/include/IProfilingGuidGenerator.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/profiling/common/include/IProfilingGuidGenerator.hpp b/profiling/common/include/IProfilingGuidGenerator.hpp
index 34ee9673b5..2fdffc4499 100644
--- a/profiling/common/include/IProfilingGuidGenerator.hpp
+++ b/profiling/common/include/IProfilingGuidGenerator.hpp
@@ -9,10 +9,10 @@
#include <string>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class IProfilingGuidGenerator
@@ -27,6 +27,6 @@ public:
virtual ~IProfilingGuidGenerator() {}
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm