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

Unified Diff: ios/chrome/browser/signin/BUILD.gn

Issue 2459823002: [Sync] Rename syncable_prefs to sync_preferences. (Closed)
Patch Set: 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: ios/chrome/browser/signin/BUILD.gn
diff --git a/ios/chrome/browser/signin/BUILD.gn b/ios/chrome/browser/signin/BUILD.gn
index 58cd547edaac2f7a84a170194a32277b3de25e26..96f71b574a892b10d6e35ed585c5c6aff353fd6a 100644
--- a/ios/chrome/browser/signin/BUILD.gn
+++ b/ios/chrome/browser/signin/BUILD.gn
@@ -116,8 +116,8 @@ source_set("unit_tests") {
"//components/signin/core/browser:test_support",
"//components/signin/core/common",
"//components/signin/ios/browser",
- "//components/syncable_prefs",
- "//components/syncable_prefs:test_support",
+ "//components/sync_preferences",
+ "//components/sync_preferences:test_support",
"//google_apis",
"//ios/chrome/browser",
"//ios/chrome/browser:test_support",

Powered by Google App Engine
This is Rietveld 408576698