aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IProfilingConnectionFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IProfilingConnectionFactory.hpp')
-rw-r--r--src/profiling/IProfilingConnectionFactory.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/profiling/IProfilingConnectionFactory.hpp b/src/profiling/IProfilingConnectionFactory.hpp
index 9b0eda0334..1599914bac 100644
--- a/src/profiling/IProfilingConnectionFactory.hpp
+++ b/src/profiling/IProfilingConnectionFactory.hpp
@@ -11,10 +11,10 @@
#include <memory>
-namespace armnn
+namespace arm
{
-namespace profiling
+namespace pipe
{
class IProfilingConnectionFactory
@@ -28,6 +28,6 @@ public:
virtual IProfilingConnectionPtr GetProfilingConnection(const ProfilingOptions& options) const = 0;
};
-} // namespace profiling
+} // namespace pipe
-} // namespace armnn
+} // namespace arm