| Index: chrome/browser/ui/views/bookmark_bar_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/bookmark_bar_view.cc (revision 72000)
|
| +++ chrome/browser/ui/views/bookmark_bar_view.cc (working copy)
|
| @@ -10,7 +10,6 @@
|
| #include <vector>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| @@ -42,6 +41,7 @@
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/animation/slide_animation.h"
|
| #include "ui/base/dragdrop/os_exchange_data.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/text/text_elider.h"
|
| #include "views/controls/button/menu_button.h"
|
| #include "views/controls/label.h"
|
|
|