| 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 a45a986f3980434bf8d95ec6c4da07cfb985bfb3..727852f7d015ed5c87e0644060944819a46df89f 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.
|
|
|