diff options
Diffstat (limited to 'chrome/browser/ui/gtk/bookmark_utils_gtk.cc')
-rw-r--r-- | chrome/browser/ui/gtk/bookmark_utils_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/bookmark_utils_gtk.cc b/chrome/browser/ui/gtk/bookmark_utils_gtk.cc index 2be5242..e96dec7 100644 --- a/chrome/browser/ui/gtk/bookmark_utils_gtk.cc +++ b/chrome/browser/ui/gtk/bookmark_utils_gtk.cc @@ -4,7 +4,6 @@ #include "chrome/browser/ui/gtk/bookmark_utils_gtk.h" -#include "app/l10n_util.h" #include "base/pickle.h" #include "base/string16.h" #include "base/string_util.h" @@ -20,6 +19,7 @@ #include "gfx/font.h" #include "gfx/gtk_util.h" #include "ui/base/dragdrop/gtk_dnd_util.h" +#include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" namespace { |