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

Unified Diff: components/component_updater/component_updater_service.h

Issue 1570873003: Adds a mock for component_updater::ComponentUpdateService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: 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"
« no previous file with comments | « components/component_updater/BUILD.gn ('k') | components/component_updater/mock_component_updater_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698