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 06aabee493c2017fd9771a6bca5854ea3013d5ca..372f68fa042807c70f0477af07c5b6a1d2e56c9c 100644 |
--- a/chrome/browser/ui/browser_navigator_browsertest.h |
+++ b/chrome/browser/ui/browser_navigator_browsertest.h |
@@ -44,12 +44,12 @@ class BrowserNavigatorTest : public InProcessBrowserTest, |
void RunDoNothingIfIncognitoIsForcedTest(const GURL& url); |
// InProcessBrowserTest: |
- virtual void SetUpCommandLine(base::CommandLine* command_line) override; |
+ void SetUpCommandLine(base::CommandLine* command_line) override; |
// content::NotificationObserver: |
- 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; |
bool OpenPOSTURLInNewForegroundTabAndGetTitle(const GURL& url, |
const std::string& post_data, |