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

Unified Diff: components/sync/driver/sync_api_component_factory.h

Issue 2399953002: [Sync] Move attachments code out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 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.h
diff --git a/components/sync/driver/sync_api_component_factory.h b/components/sync/driver/sync_api_component_factory.h
index 220ff5b2d0d544965a8d7105e322dad56f60e81b..ed8f7b8c763c3daba50b820e0f65d3600a08e4fe 100644
--- a/components/sync/driver/sync_api_component_factory.h
+++ b/components/sync/driver/sync_api_component_factory.h
@@ -9,10 +9,10 @@
#include <string>
#include "base/memory/weak_ptr.h"
+#include "components/sync/api/attachments/attachment_service.h"
#include "components/sync/api/data_type_error_handler.h"
#include "components/sync/api/syncable_service.h"
#include "components/sync/base/model_type.h"
-#include "components/sync/core/attachments/attachment_service.h"
#include "components/sync/driver/data_type_controller.h"
namespace base {
« no previous file with comments | « components/sync/driver/shared_change_processor_unittest.cc ('k') | components/sync/driver/sync_api_component_factory_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698