diff options
Diffstat (limited to 'chrome/browser/ui/views/bookmark_bubble_view.cc')
-rw-r--r-- | chrome/browser/ui/views/bookmark_bubble_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmark_bubble_view.cc index 0f55895..4d582b3 100644 --- a/chrome/browser/ui/views/bookmark_bubble_view.cc +++ b/chrome/browser/ui/views/bookmark_bubble_view.cc @@ -5,7 +5,6 @@ #include "chrome/browser/ui/views/bookmark_bubble_view.h" #include "app/l10n_util.h" -#include "app/resource_bundle.h" #include "base/string16.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" @@ -22,6 +21,7 @@ #include "grit/generated_resources.h" #include "grit/theme_resources.h" #include "ui/base/keycodes/keyboard_codes.h" +#include "ui/base/resource/resource_bundle.h" #include "views/event.h" #include "views/standard_layout.h" #include "views/controls/button/native_button.h" |