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

Unified Diff: components/password_manager/core/browser/DEPS

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make translate_core_browser depends on pref_registry Created 6 years, 7 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/password_manager/core/browser/DEPS
diff --git a/components/password_manager/core/browser/DEPS b/components/password_manager/core/browser/DEPS
index e0699b4477de993c2eae576f9ccb514da4ac3155..4996c8b2df1abaebfbec029cb684324a4c00a16f 100644
--- a/components/password_manager/core/browser/DEPS
+++ b/components/password_manager/core/browser/DEPS
@@ -1,5 +1,5 @@
include_rules = [
"+components/autofill/core/browser",
- "+components/user_prefs",
+ "+components/pref_registry",
"+content/public/browser",
blundell 2014/05/12 07:13:32 Nit: Could you remove this line while you're here?
tfarina 2014/05/12 20:49:22 Done.
]

Powered by Google App Engine
This is Rietveld 408576698