| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index fc3a44353dc6d932d16b48330dccd7308489a1c8..05900c065f2cc40b6301dfee2b858a4e0eb3433d 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -56,7 +56,7 @@ class BackgroundContents : public TabContentsDelegate,
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| protected:
|
| // Exposed for testing.
|
|
|