| Index: chrome/browser/browsing_data_remover.h
|
| diff --git a/chrome/browser/browsing_data_remover.h b/chrome/browser/browsing_data_remover.h
|
| index bf7533bc58d43eb9b6736f02cf5a90870c6619e2..385ecaa19e4d7f938acf5fb9f36599a828de5bf7 100644
|
| --- a/chrome/browser/browsing_data_remover.h
|
| +++ b/chrome/browser/browsing_data_remover.h
|
| @@ -134,11 +134,12 @@ class BrowsingDataRemover : public content::NotificationObserver,
|
| // BrowsingDataRemover.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // WaitableEventWatcher implementation.
|
| // Called when plug-in data has been cleared. Invokes NotifyAndDeleteIfDone.
|
| - virtual void OnWaitableEventSignaled(base::WaitableEvent* waitable_event);
|
| + virtual void OnWaitableEventSignaled(
|
| + base::WaitableEvent* waitable_event) OVERRIDE;
|
|
|
| // If we're not waiting on anything, notifies observers and deletes this
|
| // object.
|
|
|