| 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 c1af3224d68675c8871ff793734a3a56ae22a167..5ca8bf291dbb650cf09886780269c904d3691c8c 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host_unittest.cc
|
| @@ -143,7 +143,8 @@ class MockSafeBrowsingUIManager : public SafeBrowsingUIManager {
|
|
|
| // Helper function which calls OnBlockingPageComplete for this client
|
| // object.
|
| - void InvokeOnBlockingPageComplete(const UrlCheckCallback& callback) {
|
| + void InvokeOnBlockingPageComplete(
|
| + const security_interstitials::UnsafeResource::UrlCheckCallback& callback) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| // Note: this will delete the client object in the case of the CsdClient
|
| // implementation.
|
| @@ -204,7 +205,7 @@ class MockBrowserFeatureExtractor : public BrowserFeatureExtractor {
|
|
|
| class ClientSideDetectionHostTest : public ChromeRenderViewHostTestHarness {
|
| public:
|
| - typedef SafeBrowsingUIManager::UnsafeResource UnsafeResource;
|
| + typedef security_interstitials::UnsafeResource UnsafeResource;
|
|
|
| void SetUp() override {
|
| ChromeRenderViewHostTestHarness::SetUp();
|
|
|