Index: components/component_updater/component_updater_service.h |
diff --git a/components/component_updater/component_updater_service.h b/components/component_updater/component_updater_service.h |
index c7e59be5be26e02cdc3a73f77797bb2d5e01a7f4..be9655525c7c3c5cd2b839e67a93507dae562aca 100644 |
--- a/components/component_updater/component_updater_service.h |
+++ b/components/component_updater/component_updater_service.h |
@@ -13,6 +13,7 @@ |
#include "base/callback_forward.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
+#include "base/sequenced_task_runner.h" |
Sorin Jianu
2016/01/11 17:54:11
Is the complete type definition for SequencedTaskR
Rob Percival
2016/01/11 19:14:30
Actually I think this #include belongs in the mock
|
#include "base/version.h" |
#include "components/update_client/update_client.h" |
#include "url/gurl.h" |