aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/SocketProfilingConnection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/SocketProfilingConnection.hpp')
-rw-r--r--src/profiling/SocketProfilingConnection.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/SocketProfilingConnection.hpp b/src/profiling/SocketProfilingConnection.hpp
index 8d9cb20935..31b17aa8fe 100644
--- a/src/profiling/SocketProfilingConnection.hpp
+++ b/src/profiling/SocketProfilingConnection.hpp
@@ -10,9 +10,9 @@
#pragma once
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class SocketProfilingConnection : public IProfilingConnection
@@ -39,5 +39,5 @@ private:
arm::pipe::PollFd m_Socket[1]{};
};
-} // namespace profiling
-} // namespace armnn
+} // namespace pipe
+} // namespace arm