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

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

Issue 72613006: Eliminate AutofillWebDataService::FromBrowserContext(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/core/browser/DEPS
diff --git a/components/autofill/core/browser/DEPS b/components/autofill/core/browser/DEPS
index 3d77980d055879fe04b4c8a6a12493af1b1661a0..19cd1e4c0ba4eb97f461ce755dfbd084db36c88b 100644
--- a/components/autofill/core/browser/DEPS
+++ b/components/autofill/core/browser/DEPS
@@ -12,7 +12,6 @@ include_rules = [
#
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
- "!content/public/browser/browser_context.h",
"!content/public/browser/render_view_host.h",
"!content/public/browser/web_contents.h",
"!third_party/WebKit/public/web/WebAutofillClient.h",
@@ -30,6 +29,7 @@ specific_include_rules = {
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
"!components/user_prefs/user_prefs.h",
+ "!content/public/browser/browser_context.h",
],
'.*_[a-z]*test\.cc': [
# TODO(blundell): Bring this list to zero.
@@ -37,6 +37,7 @@ specific_include_rules = {
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
"!components/user_prefs/user_prefs.h",
+ "!content/public/browser/browser_context.h",
"!content/public/browser/browser_thread.h",
"!content/public/test",

Powered by Google App Engine
This is Rietveld 408576698