| Index: ui/gfx/native_theme_chromeos.cc
|
| diff --git a/ui/gfx/native_theme_chromeos.cc b/ui/gfx/native_theme_chromeos.cc
|
| index c80c5edd28952ada2c6b97692478d2334abb0813..ebb5ba8d842e6e28898e2d22e777dd14f2008146 100644
|
| --- a/ui/gfx/native_theme_chromeos.cc
|
| +++ b/ui/gfx/native_theme_chromeos.cc
|
| @@ -240,7 +240,7 @@ const NativeTheme* NativeTheme::instance() {
|
| // static
|
| const NativeThemeChromeos* NativeThemeChromeos::instance() {
|
| // The global NativeThemeChromeos instance.
|
| - static NativeThemeChromeos s_native_theme;
|
| + CR_DEFINE_STATIC_LOCAL(NativeThemeChromeos, s_native_theme, ());
|
| return &s_native_theme;
|
| }
|
|
|
|
|