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

Unified Diff: components/sync/driver/sync_api_component_factory_mock.cc

Issue 2508003002: [Sync] Move ChangeProcessor to model/. (Closed)
Patch Set: Created 4 years, 1 month 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/sync/driver/sync_api_component_factory_mock.cc
diff --git a/components/sync/driver/sync_api_component_factory_mock.cc b/components/sync/driver/sync_api_component_factory_mock.cc
index 417a8071758006118c902a61831efaba5b21c0b4..2452244398b33ab9b869605cec06cbc80009cfab 100644
--- a/components/sync/driver/sync_api_component_factory_mock.cc
+++ b/components/sync/driver/sync_api_component_factory_mock.cc
@@ -7,10 +7,10 @@
#include <utility>
#include "components/sync/device_info/local_device_info_provider_mock.h"
-#include "components/sync/driver/change_processor.h"
#include "components/sync/driver/model_associator.h"
#include "components/sync/model/attachments/attachment_service.h"
#include "components/sync/model/attachments/attachment_store.h"
+#include "components/sync/model/change_processor.h"
using testing::_;
using testing::InvokeWithoutArgs;
« no previous file with comments | « components/sync/driver/glue/sync_backend_registrar_unittest.cc ('k') | components/sync/model/change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698