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

Unified Diff: chrome/utility/profile_import_handler.h

Issue 1111673003: [chrome/utility] 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/utility/profile_import_handler.h
diff --git a/chrome/utility/profile_import_handler.h b/chrome/utility/profile_import_handler.h
index e0eb94faa5b4ec33bd12d1b21623365cf5bd2c55..a513d06384985d81b34b5f295409a860346d0c0c 100644
--- a/chrome/utility/profile_import_handler.h
+++ b/chrome/utility/profile_import_handler.h
@@ -9,6 +9,8 @@
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+#include "base/single_thread_task_runner.h"
Lei Zhang 2015/04/28 05:24:56 both of these are not needed in the .h file?
Pranay 2015/05/04 03:32:25 Done.
+#include "base/thread_task_runner_handle.h"
#include "chrome/utility/utility_message_handler.h"
class ExternalProcessImporterBridge;

Powered by Google App Engine
This is Rietveld 408576698