| Index: chrome/browser/favicon/DEPS
|
| diff --git a/chrome/browser/favicon/DEPS b/chrome/browser/favicon/DEPS
|
| index 6acb6bd568bc05324a4cd482d55e8bf7dfdef1ed..a5fd7b5bb1d5e9e9eda25e56f858b9491afc5f1d 100644
|
| --- a/chrome/browser/favicon/DEPS
|
| +++ b/chrome/browser/favicon/DEPS
|
| @@ -9,6 +9,7 @@
|
|
|
| # Permanently-allowed DEPS beyond the standard Browser
|
| # Components-like DEPS above go here.
|
| + "+chrome/browser/instant/search.h",
|
| "+third_party/skia/include/core/SkBitmap.h",
|
|
|
| # TODO(caitkp): Bring this list to zero.
|
| @@ -24,10 +25,6 @@
|
| "!chrome/browser/profiles/profile_dependency_manager.h",
|
| "!chrome/browser/profiles/profile_keyed_service.h",
|
| "!chrome/browser/profiles/profile_keyed_service_factory.h",
|
| - # TODO(samarth): search.h will be moved to chrome/browser/search. Update this
|
| - # dependency and move to list of permanently-allowed DEPS when that happens.
|
| - # See http://crbug.com/179184.
|
| - "!chrome/browser/ui/search/search.h",
|
| "!chrome/browser/ui/webui/chrome_web_ui_controller_factory.h",
|
| # Do not add to the list of temporarily-allowed dependencies above,
|
| # and please do not introduce more #includes of these files.
|
|
|