| Index: chrome/browser/bookmarks/DEPS
|
| diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
|
| index 4f9306e01d22c2256e33ed0e134dfe319d8c0ddb..7c8f4bc03605706a2b4b6f10a05e1c7e99cb2d69 100644
|
| --- a/chrome/browser/bookmarks/DEPS
|
| +++ b/chrome/browser/bookmarks/DEPS
|
| @@ -9,6 +9,8 @@ include_rules = [
|
| "+chrome/browser/chrome_notification_types.h",
|
| "+chrome/browser/policy/profile_policy_connector.h",
|
| "+chrome/browser/policy/profile_policy_connector_factory.h",
|
| + "+chrome/browser/profiles/incognito_helpers.h",
|
| + "+chrome/browser/profiles/profile.h",
|
| "+chrome/browser/profiles/startup_task_runner_service.h",
|
| "+chrome/browser/profiles/startup_task_runner_service_factory.h",
|
| "+chrome/browser/undo/bookmark_undo_service.h",
|
| @@ -21,8 +23,6 @@ include_rules = [
|
| "!chrome/browser/history/history_service_factory.h",
|
| "!chrome/browser/history/url_database.h",
|
| "!chrome/browser/omnibox/omnibox_field_trial.h",
|
| - "!chrome/browser/profiles/incognito_helpers.h",
|
| - "!chrome/browser/profiles/profile.h",
|
| # Do not add to the list of temporarily-allowed dependencies above,
|
| # and please do not introduce more #includes of these files.
|
| ]
|
|
|