Index: ui/gfx/native_theme_aura.cc |
diff --git a/ui/gfx/native_theme_aura.cc b/ui/gfx/native_theme_aura.cc |
index e5560cb52419f74a7b4e97d5b1fa4152469f2817..12ca589f1eb2bf134930c93aad64c6824f5b08b3 100644 |
--- a/ui/gfx/native_theme_aura.cc |
+++ b/ui/gfx/native_theme_aura.cc |
@@ -24,7 +24,7 @@ const NativeTheme* NativeTheme::instance() { |
// static |
const NativeThemeAura* NativeThemeAura::instance() { |
- static const NativeThemeAura s_native_theme; |
+ CR_DEFINE_STATIC_LOCAL(NativeThemeAura, s_native_theme, ()); |
return &s_native_theme; |
} |