Index: content/browser/profiler_controller_impl.h |
diff --git a/content/browser/profiler_controller_impl.h b/content/browser/profiler_controller_impl.h |
index 34c76ec56dec0dfe661eacf31e18ec0c74c693af..b90e1f83f295d6ffcc7d395bf0951abbdf3c3382 100644 |
--- a/content/browser/profiler_controller_impl.h |
+++ b/content/browser/profiler_controller_impl.h |
@@ -42,9 +42,9 @@ class ProfilerControllerImpl : public ProfilerController { |
int process_type); |
// ProfilerController implementation: |
- virtual void Register(ProfilerSubscriber* subscriber) OVERRIDE; |
- virtual void Unregister(const ProfilerSubscriber* subscriber) OVERRIDE; |
- virtual void GetProfilerData(int sequence_number) OVERRIDE; |
+ virtual void Register(ProfilerSubscriber* subscriber) override; |
+ virtual void Unregister(const ProfilerSubscriber* subscriber) override; |
+ virtual void GetProfilerData(int sequence_number) override; |
private: |
friend struct DefaultSingletonTraits<ProfilerControllerImpl>; |