| Index: chrome/browser/ui/views/bubble/bubble_border.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/bubble/bubble_border.cc (revision 96848)
|
| +++ chrome/browser/ui/views/bubble/bubble_border.cc (working copy)
|
| @@ -5,8 +5,8 @@
|
| #include "chrome/browser/ui/views/bubble/bubble_border.h"
|
|
|
| #include "base/logging.h"
|
| -#include "grit/ui_resources.h"
|
| -#include "grit/ui_resources_standard.h"
|
| +#include "grit/theme_resources.h"
|
| +#include "grit/theme_resources_standard.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/canvas_skia.h"
|
|
|