Chromium Code Reviews| Index: chrome/browser/history/DEPS |
| diff --git a/chrome/browser/history/DEPS b/chrome/browser/history/DEPS |
| index 7dfc95c71e4cc73870a7096c4c2f16a580922b30..90e94054f92829ef6cfe33d81c179fa611f65df9 100644 |
| --- a/chrome/browser/history/DEPS |
| +++ b/chrome/browser/history/DEPS |
| @@ -18,6 +18,7 @@ include_rules = [ |
| # |
| # Do not add to the list of temporarily-allowed dependencies below, |
| # and please do not introduce more #includes of these files. |
| + "!chrome/browser/autocomplete/in_memory_url_index.h", |
| "!chrome/browser/chrome_notification_types.h", |
| "!chrome/browser/prerender/prerender_contents.h", |
| "!chrome/browser/prerender/prerender_manager.h", |
| @@ -27,7 +28,6 @@ include_rules = [ |
| "!chrome/browser/profiles/profile_manager.h", |
| "!chrome/browser/ui/browser.h", |
| "!chrome/browser/ui/browser_finder.h", |
| - "!components/bookmarks/browser/bookmark_utils.h", |
|
Mark P
2015/02/27 20:39:12
This isn't a consequence of this change, right? I
sdefresne
2015/03/02 08:53:03
Yes, it was a consequence of introducing ScoredHis
|
| "!components/dom_distiller/core/url_constants.h", |
| ] |