Index: ui/native_theme/native_theme.cc |
diff --git a/ui/native_theme/native_theme.cc b/ui/native_theme/native_theme.cc |
index 6bc7a93ba835f52584ef2c560e0afee9f6d5d020..b36c91477392fdfade804e61067592e777ad05e2 100644 |
--- a/ui/native_theme/native_theme.cc |
+++ b/ui/native_theme/native_theme.cc |
@@ -34,4 +34,6 @@ NativeTheme::NativeTheme() |
track_color_(0xd3d3d3) { |
} |
+NativeTheme::~NativeTheme() {} |
+ |
} // namespace ui |