Chromium Code Reviews| 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..ab7ea0f690469a16412e8915caa48e7d7c93477b 100644 |
| --- a/chrome/utility/profile_import_handler.h |
| +++ b/chrome/utility/profile_import_handler.h |
| @@ -9,6 +9,7 @@ |
| #include "base/compiler_specific.h" |
| #include "base/memory/ref_counted.h" |
| #include "base/memory/scoped_ptr.h" |
| +#include "base/thread_task_runner_handle.h" |
|
Lei Zhang
2015/04/28 05:47:24
Also not needed in the header file?
Pranay
2015/05/04 03:32:25
Done.
|
| #include "chrome/utility/utility_message_handler.h" |
| class ExternalProcessImporterBridge; |