aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/TimelinePacketWriterFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/TimelinePacketWriterFactory.cpp')
-rw-r--r--src/profiling/TimelinePacketWriterFactory.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/TimelinePacketWriterFactory.cpp b/src/profiling/TimelinePacketWriterFactory.cpp
index b1de629fae..78eda79ef0 100644
--- a/src/profiling/TimelinePacketWriterFactory.cpp
+++ b/src/profiling/TimelinePacketWriterFactory.cpp
@@ -7,10 +7,10 @@
#include "SendTimelinePacket.hpp"
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
std::unique_ptr<ISendTimelinePacket> TimelinePacketWriterFactory::GetSendTimelinePacket() const
@@ -18,6 +18,6 @@ std::unique_ptr<ISendTimelinePacket> TimelinePacketWriterFactory::GetSendTimelin
return std::make_unique<SendTimelinePacket>(m_BufferManager);
}
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm