aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/Holder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/Holder.hpp')
-rw-r--r--src/profiling/Holder.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/Holder.hpp b/src/profiling/Holder.hpp
index 8a89cdac58..612f8dc02e 100644
--- a/src/profiling/Holder.hpp
+++ b/src/profiling/Holder.hpp
@@ -10,10 +10,10 @@
#include <set>
#include "ProfilingUtils.hpp"
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class CaptureData
@@ -63,6 +63,6 @@ private:
CaptureData m_CaptureData;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm