| Index: chrome/browser/ui/gtk/nine_box.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/nine_box.cc (revision 72000)
|
| +++ chrome/browser/ui/gtk/nine_box.cc (working copy)
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "chrome/browser/ui/gtk/nine_box.h"
|
|
|
| -#include "app/resource_bundle.h"
|
| #include "base/basictypes.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/logging.h"
|
| #include "gfx/gtk_util.h"
|
| #include "gfx/point.h"
|
| +#include "ui/base/resource/resource_bundle.h"
|
|
|
| namespace {
|
|
|
|
|