Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1297)

Unified Diff: chrome/browser/browsing_data_quota_helper_impl.h

Issue 8070001: Use base::Callback in Quota related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pass as cref, and fix style. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 09fa36bbe8bd603594dd56cbe3651013161d5352..2e2f14207d775c695945c4df734c97dfa395c429 100644
--- a/chrome/browser/browsing_data_quota_helper_impl.h
+++ b/chrome/browser/browsing_data_quota_helper_impl.h
@@ -63,7 +63,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;
« no previous file with comments | « no previous file | chrome/browser/browsing_data_quota_helper_impl.cc » ('j') | webkit/appcache/appcache_storage_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698