Index: chrome/browser/bookmarks/DEPS |
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS |
index a9233d060c0db93589d666f2d4c7eaf6a135f5a3..257dac25cb860e729a7610322435a82fae049aff 100644 |
--- a/chrome/browser/bookmarks/DEPS |
+++ b/chrome/browser/bookmarks/DEPS |
@@ -34,4 +34,8 @@ 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. |
sky
2014/09/24 17:22:09
This just documents what you're doing, and isn't u
yefimt
2014/09/24 18:46:12
Done.
|
+ 'enhanced_bookmarks_features\.cc': [ |
+ "+chrome/browser/flags_storage.h", |
+ ], |
} |