| 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 c9bc666449ccb70e5734184d1259684278540cac..80db0b5dc37b17a24867a878a2a9b4d5e64fdcef 100644
|
| --- a/chrome/browser/ui/uma_browsing_activity_observer.h
|
| +++ b/chrome/browser/ui/uma_browsing_activity_observer.h
|
| @@ -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;
|
|
|