| Index: chrome/browser/safe_browsing/client_side_detection_host.h
|
| diff --git a/chrome/browser/safe_browsing/client_side_detection_host.h b/chrome/browser/safe_browsing/client_side_detection_host.h
|
| index 1413086f81055d054db248fc0f2fd1324370ceda..d102e6fd6b915626b599504a6f8ef18c0605ccd7 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.h
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.h
|
| @@ -101,8 +101,7 @@
|
| // Callback that is called when the browser feature extractor is done.
|
| // This method is responsible for deleting the request object. Called on
|
| // the UI thread.
|
| - void FeatureExtractionDone(bool success,
|
| - scoped_ptr<ClientPhishingRequest> request);
|
| + void FeatureExtractionDone(bool success, ClientPhishingRequest* request);
|
|
|
| // Start malware classification once the onload handler was called and
|
| // malware pre-classification checks are done and passed.
|
|
|