| 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 d11e1bfa3f21a89f1145eef79540b30f2ada02a8..0cd4deeea653380e41a9a2565098b54cc0dc4c5a 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| @@ -151,7 +151,7 @@ class ClientSideDetectionHostTest : public TabContentsWrapperTestHarness {
|
| // 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.
|
| mock_profile_ = new NiceMock<MockTestingProfile>();
|
| - profile_.reset(mock_profile_);
|
| + browser_context_.reset(mock_profile_);
|
|
|
| ui_thread_.reset(new BrowserThread(BrowserThread::UI, &message_loop_));
|
| // Note: we're starting a real IO thread to make sure our DCHECKs that
|
|
|