aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IProfilingConnection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IProfilingConnection.hpp')
-rw-r--r--src/profiling/IProfilingConnection.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/IProfilingConnection.hpp b/src/profiling/IProfilingConnection.hpp
index 7ed714c1a3..988503294a 100644
--- a/src/profiling/IProfilingConnection.hpp
+++ b/src/profiling/IProfilingConnection.hpp
@@ -11,10 +11,10 @@
#include <cstdint>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class IProfilingConnection
@@ -31,6 +31,6 @@ public:
virtual arm::pipe::Packet ReadPacket(uint32_t timeout) = 0;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm