IVGCVSW-6704 Change the namespace from armnn::profiling to arm::pipe in android-nn-driver

!armnn:7222

Signed-off-by: Cathal Corbett <cathal.corbett@arm.com>
Change-Id: Ie7e3802a1a4a43abbb924a86d6608b77d19f327c
diff --git a/test/UtilsTests.cpp b/test/UtilsTests.cpp
index c2d8bb4..68d7b50 100644
--- a/test/UtilsTests.cpp
+++ b/test/UtilsTests.cpp
@@ -45,7 +45,7 @@
         return stream.good() ? ::armnn::Status::Success : ::armnn::Status::Failure;
     }
 
-    ::armnn::profiling::ProfilingGuid GetGuid() const final { return ::armnn::profiling::ProfilingGuid(0); }
+    ::arm::pipe::ProfilingGuid GetGuid() const final { return ::arm::pipe::ProfilingGuid(0); }
 
     void UpdateMockSerializedContent(const std::string& mockSerializedContent)
     {