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

Unified Diff: components/sync_driver/generic_change_processor.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/generic_change_processor.h
diff --git a/components/sync_driver/generic_change_processor.h b/components/sync_driver/generic_change_processor.h
index 450e25e356fc728dcd0a2c8234d002260405b9d4..f9b1c1b6e3bcf1c9f2695c8aecfd13d7703a7bba 100644
--- a/components/sync_driver/generic_change_processor.h
+++ b/components/sync_driver/generic_change_processor.h
@@ -15,12 +15,12 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
+#include "components/sync/api/attachments/attachment_store.h"
+#include "components/sync/api/sync_change_processor.h"
+#include "components/sync/api/sync_merge_result.h"
+#include "components/sync/core/attachments/attachment_service.h"
+#include "components/sync/core/attachments/attachment_service_proxy.h"
#include "components/sync_driver/change_processor.h"
-#include "sync/api/attachments/attachment_store.h"
-#include "sync/api/sync_change_processor.h"
-#include "sync/api/sync_merge_result.h"
-#include "sync/internal_api/public/attachments/attachment_service.h"
-#include "sync/internal_api/public/attachments/attachment_service_proxy.h"
namespace syncer {
class DataTypeErrorHandler;
« no previous file with comments | « components/sync_driver/frontend_data_type_controller_mock.h ('k') | components/sync_driver/generic_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698