Chromium Code Reviews| 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. |