| Index: chrome/browser/browsing_data_quota_helper_impl.h
|
| diff --git a/chrome/browser/browsing_data_quota_helper_impl.h b/chrome/browser/browsing_data_quota_helper_impl.h
|
| index b526b994fb74ebe251da28431dc1fb1fe8a91117..7d8523a1e1e3073bc92c70da07c9ac55e40ebec3 100644
|
| --- a/chrome/browser/browsing_data_quota_helper_impl.h
|
| +++ b/chrome/browser/browsing_data_quota_helper_impl.h
|
| @@ -69,7 +69,7 @@ class BrowsingDataQuotaHelperImpl : public BrowsingDataQuotaHelper {
|
|
|
| scoped_refptr<base::MessageLoopProxy> ui_thread_;
|
| scoped_refptr<base::MessageLoopProxy> io_thread_;
|
| - base::ScopedCallbackFactory<BrowsingDataQuotaHelperImpl> callback_factory_;
|
| + base::WeakPtrFactory<BrowsingDataQuotaHelperImpl> weak_factory_;
|
|
|
| friend class BrowsingDataQuotaHelper;
|
| friend class BrowsingDataQuotaHelperTest;
|
|
|