aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/TimelinePacketWriterFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/TimelinePacketWriterFactory.hpp')
-rw-r--r--src/profiling/TimelinePacketWriterFactory.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/TimelinePacketWriterFactory.hpp b/src/profiling/TimelinePacketWriterFactory.hpp
index a1e9945303..00550ee381 100644
--- a/src/profiling/TimelinePacketWriterFactory.hpp
+++ b/src/profiling/TimelinePacketWriterFactory.hpp
@@ -10,10 +10,10 @@
#include <memory>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class TimelinePacketWriterFactory
@@ -27,6 +27,6 @@ private:
IBufferManager& m_BufferManager;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm