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

Unified Diff: components/sync_driver/data_type_manager.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/data_type_manager.h
diff --git a/components/sync_driver/data_type_manager.h b/components/sync_driver/data_type_manager.h
index c7469845393406c96098fcd101fd58ef5558a49d..75747fc276a7b57c33085996f89b29987b6f3c8c 100644
--- a/components/sync_driver/data_type_manager.h
+++ b/components/sync_driver/data_type_manager.h
@@ -9,11 +9,11 @@
#include <set>
#include <string>
+#include "components/sync/api/sync_error.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/core/configure_reason.h"
#include "components/sync_driver/data_type_controller.h"
#include "components/sync_driver/data_type_status_table.h"
-#include "sync/api/sync_error.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/internal_api/public/configure_reason.h"
namespace sync_driver {
« no previous file with comments | « components/sync_driver/data_type_encryption_handler.h ('k') | components/sync_driver/data_type_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698