| Index: ui/gfx/native_theme_chromeos.cc
|
| diff --git a/ui/gfx/native_theme_chromeos.cc b/ui/gfx/native_theme_chromeos.cc
|
| index ebb5ba8d842e6e28898e2d22e777dd14f2008146..3d1b8fccbff5856c0ac421b90555f9dbc6f098f6 100644
|
| --- a/ui/gfx/native_theme_chromeos.cc
|
| +++ b/ui/gfx/native_theme_chromeos.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ui/gfx/native_theme_chromeos.h"
|
|
|
| +#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "grit/gfx_resources.h"
|
| #include "third_party/skia/include/effects/SkGradientShader.h"
|
| @@ -239,7 +240,6 @@ const NativeTheme* NativeTheme::instance() {
|
|
|
| // static
|
| const NativeThemeChromeos* NativeThemeChromeos::instance() {
|
| - // The global NativeThemeChromeos instance.
|
| CR_DEFINE_STATIC_LOCAL(NativeThemeChromeos, s_native_theme, ());
|
| return &s_native_theme;
|
| }
|
|
|