| Index: chrome/browser/bookmarks/DEPS
|
| diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
|
| index 2f599a7e3465d3a2fe7a0b7e66b44584b240071d..4f9306e01d22c2256e33ed0e134dfe319d8c0ddb 100644
|
| --- a/chrome/browser/bookmarks/DEPS
|
| +++ b/chrome/browser/bookmarks/DEPS
|
| @@ -7,6 +7,10 @@ include_rules = [
|
| "+chrome/browser/bookmarks",
|
| "+chrome/browser/favicon",
|
| "+chrome/browser/chrome_notification_types.h",
|
| + "+chrome/browser/policy/profile_policy_connector.h",
|
| + "+chrome/browser/policy/profile_policy_connector_factory.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",
|
| "+chrome/browser/undo/bookmark_undo_service_factory.h",
|
|
|
| @@ -19,8 +23,6 @@ include_rules = [
|
| "!chrome/browser/omnibox/omnibox_field_trial.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",
|
| # Do not add to the list of temporarily-allowed dependencies above,
|
| # and please do not introduce more #includes of these files.
|
| ]
|
| @@ -28,7 +30,7 @@ include_rules = [
|
| specific_include_rules = {
|
| # For unit tests, it's fine to include utility process code.
|
| '.*test\.cc': [
|
| - "!chrome/test/base/testing_profile.h",
|
| + "+chrome/test/base/testing_profile.h",
|
| "+chrome/utility/importer/bookmark_html_reader.h",
|
| ],
|
| }
|
|
|