Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / debug / trace_event_system_stats_monitor.h
index 1a8b328..143f187 100644 (file)
@@ -36,8 +36,8 @@ class BASE_EXPORT TraceEventSystemStatsMonitor
   virtual ~TraceEventSystemStatsMonitor();
 
   // base::debug::TraceLog::EnabledStateChangedObserver overrides:
-  virtual void OnTraceLogEnabled() OVERRIDE;
-  virtual void OnTraceLogDisabled() OVERRIDE;
+  void OnTraceLogEnabled() override;
+  void OnTraceLogDisabled() override;
 
   // Retrieves system profiling at the current time.
   void DumpSystemStats();