aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/ActivateTimelineReportingCommandHandler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/ActivateTimelineReportingCommandHandler.hpp')
-rw-r--r--src/profiling/ActivateTimelineReportingCommandHandler.hpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/profiling/ActivateTimelineReportingCommandHandler.hpp b/src/profiling/ActivateTimelineReportingCommandHandler.hpp
index ecc7076810..6b311fe851 100644
--- a/src/profiling/ActivateTimelineReportingCommandHandler.hpp
+++ b/src/profiling/ActivateTimelineReportingCommandHandler.hpp
@@ -10,12 +10,10 @@
#include "IReportStructure.hpp"
#include "INotifyBackends.hpp"
-#include "armnn/Optional.hpp"
-
#include <common/include/CommandHandlerFunctor.hpp>
+#include <common/include/Optional.hpp>
#include <common/include/Packet.hpp>
-
namespace arm
{
@@ -30,7 +28,7 @@ public:
uint32_t version,
SendTimelinePacket& sendTimelinePacket,
ProfilingStateMachine& profilingStateMachine,
- armnn::Optional<IReportStructure&> reportStructure,
+ arm::pipe::Optional<IReportStructure&> reportStructure,
std::atomic<bool>& timelineReporting,
INotifyBackends& notifyBackends)
: CommandHandlerFunctor(familyId, packetId, version),
@@ -49,7 +47,7 @@ private:
std::atomic<bool>& m_TimelineReporting;
INotifyBackends& m_BackendNotifier;
- armnn::Optional<IReportStructure&> m_ReportStructure;
+ arm::pipe::Optional<IReportStructure&> m_ReportStructure;
};
} // namespace pipe