| Index: chrome/browser/ui/gtk/sad_tab_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/sad_tab_gtk.cc (revision 72000)
|
| +++ chrome/browser/ui/gtk/sad_tab_gtk.cc (working copy)
|
| @@ -7,7 +7,6 @@
|
| #include <string>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/resource_bundle.h"
|
| #include "chrome/browser/google/google_util.h"
|
| #include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/browser/ui/gtk/gtk_chrome_link_button.h"
|
| @@ -16,6 +15,7 @@
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
| #include "grit/theme_resources.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
|
|
|
|