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

Unified Diff: chrome/browser/sync/glue/theme_data_type_controller.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/sync/glue/theme_data_type_controller.cc
diff --git a/chrome/browser/sync/glue/theme_data_type_controller.cc b/chrome/browser/sync/glue/theme_data_type_controller.cc
index 38123b8be332c459f618dc500f64dc73dbf2320b..a375b1b500ce12b3b7b452141af810484787c48d 100644
--- a/chrome/browser/sync/glue/theme_data_type_controller.cc
+++ b/chrome/browser/sync/glue/theme_data_type_controller.cc
@@ -17,7 +17,7 @@ ThemeDataTypeController::ThemeDataTypeController(
sync_driver::SyncClient* sync_client,
Profile* profile)
: UIDataTypeController(
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::UI),
error_callback,
syncer::THEMES,
sync_client),

Powered by Google App Engine
This is Rietveld 408576698