aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/SocketProfilingConnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/SocketProfilingConnection.cpp')
-rw-r--r--src/profiling/SocketProfilingConnection.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/SocketProfilingConnection.cpp b/src/profiling/SocketProfilingConnection.cpp
index 9de425b62c..4787136685 100644
--- a/src/profiling/SocketProfilingConnection.cpp
+++ b/src/profiling/SocketProfilingConnection.cpp
@@ -12,9 +12,9 @@
#include <string>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
SocketProfilingConnection::SocketProfilingConnection()
@@ -220,5 +220,5 @@ arm::pipe::Packet SocketProfilingConnection::ReceivePacket()
return arm::pipe::Packet(metadataIdentifier, dataLength, packetData);
}
-} // namespace profiling
-} // namespace armnn
+} // namespace pipe
+} // namespace arm