Index: chrome/browser/supervised_user/supervised_user_browsertest.cc |
diff --git a/chrome/browser/supervised_user/supervised_user_browsertest.cc b/chrome/browser/supervised_user/supervised_user_browsertest.cc |
index 3fd97544ad7faa108b054a53b8954e5163bcfb2d..b41132d8b988a13b8ccde41a1ed848c37895581f 100644 |
--- a/chrome/browser/supervised_user/supervised_user_browsertest.cc |
+++ b/chrome/browser/supervised_user/supervised_user_browsertest.cc |
@@ -97,7 +97,7 @@ class SupervisedUserBlockModeTest : public InProcessBrowserTest { |
} |
protected: |
- virtual void SetUpOnMainThread() override { |
+ void SetUpOnMainThread() override { |
// Set up the SupervisedUserNavigationObserver manually since the profile |
// was not supervised when the browser was created. |
content::WebContents* web_contents = |
@@ -115,7 +115,7 @@ class SupervisedUserBlockModeTest : public InProcessBrowserTest { |
new base::FundamentalValue(SupervisedUserURLFilter::BLOCK))); |
} |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(CommandLine* command_line) override { |
// Enable the test server and remap all URLs to it. |
ASSERT_TRUE(test_server()->Start()); |
std::string host_port = test_server()->host_port_pair().ToString(); |