From dbbc6096a900093156e75cbaf1accacea6c63dad Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 4 May 2021 17:45:02 +0200 Subject: Profiler: Move everything into the "Profiler" namespace --- Userland/DevTools/Profiler/IndividualSampleModel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Userland/DevTools/Profiler/IndividualSampleModel.h') diff --git a/Userland/DevTools/Profiler/IndividualSampleModel.h b/Userland/DevTools/Profiler/IndividualSampleModel.h index 7ff5dacd73..95abc2541f 100644 --- a/Userland/DevTools/Profiler/IndividualSampleModel.h +++ b/Userland/DevTools/Profiler/IndividualSampleModel.h @@ -8,6 +8,8 @@ #include +namespace Profiler { + class Profile; class IndividualSampleModel final : public GUI::Model { @@ -38,3 +40,5 @@ private: Profile& m_profile; const size_t m_event_index { 0 }; }; + +} -- cgit v1.2.3