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

Unified Diff: chrome/browser/autofill/DEPS

Issue 10919066: Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to parent Created 8 years, 3 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: chrome/browser/autofill/DEPS
diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS
index fe1e1dc892f16743078e437734c9b27cfab34915..98ff28afab76880344053023399ea59f94483770 100644
--- a/chrome/browser/autofill/DEPS
+++ b/chrome/browser/autofill/DEPS
@@ -14,14 +14,24 @@ include_rules = [
#
# Do not add to the list of temporarily-allowed dependencies below,
# and please do not introduce more #includes of these files.
+
+ # Can go once ProfileSyncService is converted.
"!chrome/browser/profiles/profile.h",
- "!chrome/browser/profiles/profile_dependency_manager.h",
+
+ # Moving to api
"!chrome/browser/profiles/profile_keyed_service.h",
+
+ # Will go when PersonalDataManagerFactory moves to c/b/configuration.
+ "!chrome/browser/profiles/profile_dependency_manager.h",
"!chrome/browser/profiles/profile_keyed_service_factory.h",
+
+ # Needs abstract base.
"!chrome/browser/sync/profile_sync_service.h",
"!chrome/browser/sync/profile_sync_service_factory.h",
"!chrome/browser/sync/profile_sync_service_observer.h",
+
"!chrome/browser/ui/tab_contents/tab_contents.h",
+
# Do not add to the list of temporarily-allowed dependencies above,
# and please do not introduce more #includes of these files.
« no previous file with comments | « chrome/browser/api/webdata/web_data_service_base.h ('k') | chrome/browser/autofill/autocomplete_history_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698