| Index: ui/native_theme/common_theme.cc
|
| diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
|
| index 3e1bd9595109ad92635352c3343df7695033a7c4..f57fe4ad9133a44fe778fb048c4cba6e8f17181e 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -5,7 +5,6 @@
|
| #include "ui/native_theme/common_theme.h"
|
|
|
| #include "base/logging.h"
|
| -#include "grit/ui_resources.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/canvas.h"
|
| @@ -14,6 +13,7 @@
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/skia_util.h"
|
| #include "ui/gfx/sys_color_change_listener.h"
|
| +#include "ui/resources/grit/ui_resources.h"
|
|
|
| namespace {
|
|
|
|
|