| 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 10dfdcd5dd836eb18a38b6ae3e874b364efc6d8d..2194f952cb019541e8676bf73fa995f8e8537a09 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 {
 | 
| +  virtual 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 {
 | 
| +  virtual 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();
 | 
| 
 |