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 4d582b3..1cd1797 100644 --- a/chrome/browser/ui/views/bookmark_bubble_view.cc +++ b/chrome/browser/ui/views/bookmark_bubble_view.cc @@ -4,7 +4,6 @@ #include "chrome/browser/ui/views/bookmark_bubble_view.h" -#include "app/l10n_util.h" #include "base/string16.h" #include "base/string_util.h" #include "base/utf_string_conversions.h" @@ -21,6 +20,7 @@ #include "grit/generated_resources.h" #include "grit/theme_resources.h" #include "ui/base/keycodes/keyboard_codes.h" +#include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" #include "views/event.h" #include "views/standard_layout.h" |
