| Index: ui/base/resource/resource_bundle_linux.cc
|
| ===================================================================
|
| --- ui/base/resource/resource_bundle_linux.cc (revision 73642)
|
| +++ ui/base/resource/resource_bundle_linux.cc (working copy)
|
| @@ -15,10 +15,10 @@
|
| #include "base/string_piece.h"
|
| #include "base/string_util.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "gfx/font.h"
|
| -#include "gfx/gtk_util.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/ui_base_paths.h"
|
| +#include "ui/gfx/font.h"
|
| +#include "ui/gfx/gtk_util.h"
|
|
|
| namespace ui {
|
|
|
|
|