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

Unified Diff: components/autofill/DEPS

Issue 49303005: Parameterize the PrefService that AutofillDownloadManager uses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extraneous diff Created 7 years, 1 month 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/autofill/DEPS
diff --git a/components/autofill/DEPS b/components/autofill/DEPS
index e136eaf419bcbd793f3d273c7716923686401f92..02b4339b90535d0c2db940f317625af14ccad1f7 100644
--- a/components/autofill/DEPS
+++ b/components/autofill/DEPS
@@ -7,5 +7,8 @@ include_rules = [
# Autofill is a layered component; subdirectories must explicitly introduce
# the ability to use the content layer as appropriate.
"-components/autofill/content",
+ # TODO(blundell): This subtraction can be eliminated once crbug.com/314560 is
+ # fixed.
+ "-components/user_prefs/user_prefs.h",
"-content/public/common",
]

Powered by Google App Engine
This is Rietveld 408576698