aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ProfilingConnectionFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/ProfilingConnectionFactory.hpp')
-rw-r--r--src/profiling/ProfilingConnectionFactory.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/ProfilingConnectionFactory.hpp b/src/profiling/ProfilingConnectionFactory.hpp
index f767ed07c2..441a31a0b8 100644
--- a/src/profiling/ProfilingConnectionFactory.hpp
+++ b/src/profiling/ProfilingConnectionFactory.hpp
@@ -7,10 +7,10 @@
#include "IProfilingConnectionFactory.hpp"
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class ProfilingConnectionFactory final : public IProfilingConnectionFactory
@@ -22,6 +22,6 @@ public:
IProfilingConnectionPtr GetProfilingConnection(const ProfilingOptions& options) const override;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm