| 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 3d2401d8d0c81ae958f321dc1a0d4e77311e9969..29428a7c18eeea73ee05a40f2e21a69a8ae5d1ad 100644
|
| --- a/chrome/browser/safe_browsing/client_side_detection_host.h
|
| +++ b/chrome/browser/safe_browsing/client_side_detection_host.h
|
| @@ -121,7 +121,7 @@ class ClientSideDetectionHost : public TabContentsObserver,
|
| // Handles registering notifications with the NotificationService.
|
| content::NotificationRegistrar registrar_;
|
|
|
| - base::ScopedCallbackFactory<ClientSideDetectionHost> cb_factory_;
|
| + base::WeakPtrFactory<ClientSideDetectionHost> weak_factory_;
|
|
|
| // Unique page ID of the most recent unsafe site that was loaded in this tab
|
| // as well as the UnsafeResource.
|
|
|