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

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: 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 832eb260c876feb459ebed16acade3d6285331c3..ec10e9981473944288adaf803e10de0593555b16 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.
erikwright (departed) 2012/09/04 19:42:14 As a side comment, I am always confused when I see
Jói 2012/09/04 20:10:25 We could just say "API" since that's what we're ca
"!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.

Powered by Google App Engine
This is Rietveld 408576698