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

Unified Diff: components/sync_driver/sync_api_component_factory_mock.cc

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 5 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/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 64f95ce9aa27a78e5d67ddd4b2ebcf9e5593fca9..89509865f1b67dcd460f7e95303138e55b18bc08 100644
--- a/components/sync_driver/sync_api_component_factory_mock.cc
+++ b/components/sync_driver/sync_api_component_factory_mock.cc
@@ -6,11 +6,11 @@
#include <utility>
+#include "components/sync/api/attachments/attachment_store.h"
+#include "components/sync/core/attachments/attachment_service_impl.h"
#include "components/sync_driver/change_processor.h"
#include "components/sync_driver/local_device_info_provider_mock.h"
#include "components/sync_driver/model_associator.h"
-#include "sync/api/attachments/attachment_store.h"
-#include "sync/internal_api/public/attachments/attachment_service_impl.h"
using sync_driver::AssociatorInterface;
using sync_driver::ChangeProcessor;

Powered by Google App Engine
This is Rietveld 408576698