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/TimelineUtilityMethods.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/profiling/TimelineUtilityMethods.hpp') diff --git a/src/profiling/TimelineUtilityMethods.hpp b/src/profiling/TimelineUtilityMethods.hpp index d0c96587b4..fa25dc47b0 100644 --- a/src/profiling/TimelineUtilityMethods.hpp +++ b/src/profiling/TimelineUtilityMethods.hpp @@ -5,7 +5,7 @@ #pragma once -#include "ProfilingService.hpp" +#include "IProfilingService.hpp" #include "armnn/profiling/ISendTimelinePacket.hpp" #include @@ -22,7 +22,7 @@ public: // static factory method which will return a pointer to a timelie utility methods // object if profiling is enabled. Otherwise will return a null unique_ptr - static std::unique_ptr GetTimelineUtils(ProfilingService& profilingService); + static std::unique_ptr GetTimelineUtils(IProfilingService& profilingService); TimelineUtilityMethods( std::unique_ptr& sendTimelinePacket) -- cgit v1.2.1