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

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

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 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/device_info_service.h
diff --git a/components/sync_driver/device_info_service.h b/components/sync/driver/device_info_service.h
similarity index 98%
rename from components/sync_driver/device_info_service.h
rename to components/sync/driver/device_info_service.h
index 5f416a6ae30ea9e91536ea85ca35d503c9cb7869..23511f169f1f3cb3463130f4a7f79334ed785547 100644
--- a/components/sync_driver/device_info_service.h
+++ b/components/sync/driver/device_info_service.h
@@ -20,8 +20,8 @@
#include "components/sync/api/model_type_service.h"
#include "components/sync/api/model_type_store.h"
#include "components/sync/core/simple_metadata_change_list.h"
-#include "components/sync_driver/device_info_tracker.h"
-#include "components/sync_driver/local_device_info_provider.h"
+#include "components/sync/driver/device_info_tracker.h"
+#include "components/sync/driver/local_device_info_provider.h"
namespace syncer {
class SyncError;
« no previous file with comments | « components/sync/driver/device_info_data_type_controller_unittest.cc ('k') | components/sync/driver/device_info_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698