| 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 23301323a9521a1b28ae122a7928b92ed5e2f7f5..240fdab3ac29afe8056d3d7d03dcafc3c38ea2ec 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 {
|
| + 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.
|
|
|