| 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 d102e6fd6b915626b599504a6f8ef18c0605ccd7..1413086f81055d054db248fc0f2fd1324370ceda 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.h
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.h
|
| @@ -101,7 +101,8 @@ class ClientSideDetectionHost : public content::WebContentsObserver,
|
| // 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, ClientPhishingRequest* request);
|
| + void FeatureExtractionDone(bool success,
|
| + scoped_ptr<ClientPhishingRequest> request);
|
|
|
| // Start malware classification once the onload handler was called and
|
| // malware pre-classification checks are done and passed.
|
|
|