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

Unified Diff: chrome/browser/browsing_data/browsing_data_quota_helper.cc

Issue 1117583003: [chrome/browser/browsing_data] Replace MessageLoopProxy usage with ThreadTaskRunnerHandle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/browsing_data_quota_helper.cc
diff --git a/chrome/browser/browsing_data/browsing_data_quota_helper.cc b/chrome/browser/browsing_data/browsing_data_quota_helper.cc
index 18939fbf6e18146fe2601259e1d4da302a67d750..d4615f5ac889f50f146365a2bad6b09de5f9da36 100644
--- a/chrome/browser/browsing_data/browsing_data_quota_helper.cc
+++ b/chrome/browser/browsing_data/browsing_data_quota_helper.cc
@@ -35,7 +35,7 @@ void BrowsingDataQuotaHelperDeleter::Destruct(
}
BrowsingDataQuotaHelper::BrowsingDataQuotaHelper(
- base::MessageLoopProxy* io_thread)
+ base::SingleThreadTaskRunner* io_thread)
: io_thread_(io_thread) {
}

Powered by Google App Engine
This is Rietveld 408576698