| Index: chrome/browser/ui/browser_navigator_browsertest.h
|
| diff --git a/chrome/browser/ui/browser_navigator_browsertest.h b/chrome/browser/ui/browser_navigator_browsertest.h
|
| index a729998c6f5d4b624b6cf96d67569477820e1891..b931b1280fc0975a1d51aeb321b8a416b1e6aca7 100644
|
| --- a/chrome/browser/ui/browser_navigator_browsertest.h
|
| +++ b/chrome/browser/ui/browser_navigator_browsertest.h
|
| @@ -33,8 +33,9 @@ class BrowserNavigatorTest : public InProcessBrowserTest,
|
| void RunSuppressTest(WindowOpenDisposition disposition);
|
|
|
| // content::NotificationObserver:
|
| - virtual void Observe(int type, const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + virtual void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| size_t created_tab_contents_count_;
|
| };
|
|
|