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; |