| Index: chrome/browser/ui/gtk/bookmark_utils_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/bookmark_utils_gtk.cc (revision 72000)
|
| +++ chrome/browser/ui/gtk/bookmark_utils_gtk.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/ui/gtk/bookmark_utils_gtk.h"
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "base/pickle.h"
|
| #include "base/string16.h"
|
| #include "base/string_util.h"
|
| @@ -21,6 +20,7 @@
|
| #include "gfx/font.h"
|
| #include "gfx/gtk_util.h"
|
| #include "ui/base/dragdrop/gtk_dnd_util.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
|
|
|
|