| Index: chrome/browser/autofill/DEPS
|
| diff --git a/chrome/browser/autofill/DEPS b/chrome/browser/autofill/DEPS
|
| index ec10e9981473944288adaf803e10de0593555b16..ff063b052a2aea4fd325b3e1ff6260ced8da33b9 100644
|
| --- a/chrome/browser/autofill/DEPS
|
| +++ b/chrome/browser/autofill/DEPS
|
| @@ -15,9 +15,6 @@ 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",
|
| -
|
| # Moving to api
|
| "!chrome/browser/profiles/profile_keyed_service.h",
|
|
|
| @@ -25,11 +22,6 @@ include_rules = [
|
| "!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,
|
| @@ -46,6 +38,9 @@ specific_include_rules = {
|
| # and please do not introduce more #includes of these files.
|
| '.*_[a-z]*test\.cc': [
|
| "!chrome/browser/password_manager/encryptor.h",
|
| + "!chrome/browser/profiles/profile.h",
|
| + "!chrome/browser/sync/profile_sync_service.h",
|
| + "!chrome/browser/sync/profile_sync_service_factory.h",
|
| "!chrome/browser/translate/translate_infobar_delegate.h",
|
| "!chrome/browser/translate/translate_manager.h",
|
| "!chrome/browser/webdata/web_data_service.h",
|
| @@ -58,9 +53,10 @@ specific_include_rules = {
|
| "!chrome/browser/ui/tab_contents/test_tab_contents.h",
|
| ],
|
|
|
| - # TODO(joi): Get rid of the need for this, e.g. by moving
|
| + # TODO(joi): Get rid of the need for this by moving
|
| # PersonalDataManagerFactory to chrome/browser/configuration.
|
| 'personal_data_manager_factory\.cc': [
|
| + "!chrome/browser/profiles/profile.h",
|
| "!chrome/browser/webdata/web_data_service_factory.h",
|
| ],
|
| }
|
|
|