| Index: ui/native_theme/native_theme_base.cc
|
| diff --git a/ui/native_theme/native_theme_base.cc b/ui/native_theme/native_theme_base.cc
|
| index 1e1e76fc681096f9340fb6d83e87496c1773412a..c2195a3a84f8ee2267b63cd7dfcc3315ddee5896 100644
|
| --- a/ui/native_theme/native_theme_base.cc
|
| +++ b/ui/native_theme/native_theme_base.cc
|
| @@ -9,7 +9,6 @@
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "grit/ui_resources.h"
|
| #include "third_party/skia/include/effects/SkGradientShader.h"
|
| #include "ui/base/layout.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| @@ -21,6 +20,7 @@
|
| #include "ui/gfx/size.h"
|
| #include "ui/gfx/skia_util.h"
|
| #include "ui/native_theme/common_theme.h"
|
| +#include "ui/resources/grit/ui_resources.h"
|
|
|
| namespace {
|
|
|
|
|