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

Unified Diff: components/sync/device_info/DEPS

Issue 2401223002: [Sync] Renaming sync/api* to sync/model*. (Closed)
Patch Set: Missed a comment in a DEPS file, and rebasing. 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/device_info/DEPS
diff --git a/components/sync/device_info/DEPS b/components/sync/device_info/DEPS
index f8cf15438943a31307912181352a98b1bc29480b..30d5261941340dd15e098998e47b52e4aa36902e 100644
--- a/components/sync/device_info/DEPS
+++ b/components/sync/device_info/DEPS
@@ -1,10 +1,10 @@
include_rules = [
"+components/metrics",
- "+components/sync/api",
"+components/sync/base",
"+components/sync/core",
"+components/sync/driver",
"+components/sync/engine",
+ "+components/sync/model",
"+components/sync/protocol",
"+components/version_info",
]
« no previous file with comments | « components/sync/core_impl/model_type_connector_proxy_unittest.cc ('k') | components/sync/device_info/device_info_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698