From af947729dc2aa7cdb6d4a716e2edf307710a8155 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Wed, 2 Mar 2022 11:04:47 +0000 Subject: IVGCVSW-6811 replace ProfilingService includes with IProfilingService Change-Id: I00521756c8a19d10bfdc98c6ef4204c7f84901c6 Signed-off-by: Jim Flynn --- src/profiling/backends/BackendProfiling.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/profiling/backends') diff --git a/src/profiling/backends/BackendProfiling.hpp b/src/profiling/backends/BackendProfiling.hpp index 82678a162f..545234db56 100644 --- a/src/profiling/backends/BackendProfiling.hpp +++ b/src/profiling/backends/BackendProfiling.hpp @@ -18,7 +18,7 @@ class BackendProfiling : public IBackendProfiling { public: BackendProfiling(const ProfilingOptions& options, - ProfilingService& profilingService, + IProfilingService& profilingService, const armnn::BackendId& backendId) : m_Options(options), m_ProfilingService(profilingService), @@ -44,7 +44,7 @@ public: private: ProfilingOptions m_Options; - ProfilingService& m_ProfilingService; + IProfilingService& m_ProfilingService; armnn::BackendId m_BackendId; }; -- cgit v1.2.1