Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index c7e6a92991d8660be88eb5ce3fdfbbf3380dfc5e..8158d257cf02511088217484ef7c0d09f818af2a 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -705,7 +705,7 @@ const char kSpeechInputTrayNotificationShown[] = |
// Boolean controlling whether history saving is disabled. |
const char kSavingBrowserHistoryDisabled[] = "history.saving_disabled"; |
-#if defined(TOOLKIT_USES_GTK) |
+#if defined(TOOLKIT_GTK) |
// GTK specific preference on whether we should match the system GTK theme. |
const char kUsesSystemTheme[] = "extensions.theme.use_system"; |
#endif |