Index: ui/base/theme_provider.h |
diff --git a/ui/base/theme_provider.h b/ui/base/theme_provider.h |
index dbb2cbf7a5d3e486edd0bbde1a94a0df2fb90a02..defdf145370f84596d2a733994ac9ea041e8426e 100644 |
--- a/ui/base/theme_provider.h |
+++ b/ui/base/theme_provider.h |
@@ -47,9 +47,9 @@ class UI_BASE_EXPORT ThemeProvider { |
public: |
virtual ~ThemeProvider(); |
- // Whether we're using the native theme (which may or may not be the |
+ // Whether we're using the system theme (which may or may not be the |
// same as the default theme). |
- virtual bool UsingNativeTheme() const = 0; |
+ virtual bool UsingSystemTheme() const = 0; |
// Get the image specified by |id|. An implementation of ThemeProvider should |
// have its own source of ids (e.g. an enum, or external resource bundle). |