| Index: chrome/browser/ui/uma_browsing_activity_observer.h
|
| diff --git a/chrome/browser/ui/uma_browsing_activity_observer.h b/chrome/browser/ui/uma_browsing_activity_observer.h
|
| index a0669a1b860cfcc4992d0e637843ea10cc68ca62..c9bc666449ccb70e5734184d1259684278540cac 100644
|
| --- a/chrome/browser/ui/uma_browsing_activity_observer.h
|
| +++ b/chrome/browser/ui/uma_browsing_activity_observer.h
|
| @@ -24,7 +24,7 @@ class UMABrowsingActivityObserver : public content::NotificationObserver {
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Counts the number of active RenderProcessHosts and logs them.
|
| void LogRenderProcessHostCount() const;
|
|
|