| 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 0b101f85f506e753f8133efacd049f55636f8abb..55dc35f2df0d56555d1b47db662c7da1eb10d222 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| @@ -123,7 +123,7 @@ class MockTestingProfile : public TestingProfile {
|
| MockTestingProfile() {}
|
| virtual ~MockTestingProfile() {}
|
|
|
| - MOCK_METHOD0(IsOffTheRecord, bool());
|
| + MOCK_CONST_METHOD0(IsOffTheRecord, bool());
|
| };
|
|
|
| class MockBrowserFeatureExtractor : public BrowserFeatureExtractor {
|
|
|