| Index: chrome/browser/bookmarks/DEPS
|
| diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
|
| index a9233d060c0db93589d666f2d4c7eaf6a135f5a3..73aa9a2280da67545226d7fcca60a48ed4aebb81 100644
|
| --- a/chrome/browser/bookmarks/DEPS
|
| +++ b/chrome/browser/bookmarks/DEPS
|
| @@ -34,4 +34,10 @@ specific_include_rules = {
|
| "+chrome/test/base/testing_profile.h",
|
| "+chrome/utility/importer/bookmark_html_reader.h",
|
| ],
|
| + # Allow to include flags_storage into enhanced_bookmarks_features.cc because
|
| + # it has a function used by about_flags.cc and it needs flags_storage.
|
| + # This should be removed after enhanced bookmarks experiment is over.
|
| + 'enhanced_bookmarks_features\.cc': [
|
| + "+chrome/browser/flags_storage.h",
|
| + ],
|
| }
|
|
|