| Index: chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| index 7ff86627bced5dcb649d94e5d4d01417aa7d768a..9249825f13caa6cfeb1ec05ba2afa0ba5b6a4092 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| @@ -233,7 +233,7 @@ class ClientSideDetectionHostTest : public ChromeRenderViewHostTestHarness {
|
| ChromeRenderViewHostTestHarness::TearDown();
|
| }
|
|
|
| - virtual content::BrowserContext* CreateBrowserContext() OVERRIDE {
|
| + virtual content::BrowserContext* CreateBrowserContext() override {
|
| // Set custom profile object so that we can mock calls to IsOffTheRecord.
|
| // This needs to happen before we call the parent SetUp() function. We use
|
| // a nice mock because other parts of the code are calling IsOffTheRecord.
|
|
|