Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / uma_browsing_activity_observer.h
index a0669a1..80db0b5 100644 (file)
@@ -19,12 +19,12 @@ class UMABrowsingActivityObserver : public content::NotificationObserver {
 
  private:
   UMABrowsingActivityObserver();
-  virtual ~UMABrowsingActivityObserver();
+  ~UMABrowsingActivityObserver() override;
 
   // content::NotificationObserver implementation.
-  virtual void Observe(int type,
-                       const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
   // Counts the number of active RenderProcessHosts and logs them.
   void LogRenderProcessHostCount() const;