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