Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index e5379c52c58b51b1596d5dfeb29044e727eca579..0fcd4ea1757b9dd447e850662a49d65dd0dbe0c1 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -341,7 +341,7 @@ extern const char kAllowDeletingBrowserHistory[]; |
extern const char kForceSafeSearch[]; |
extern const char kDeleteTimePeriod[]; |
extern const char kLastClearBrowsingDataTime[]; |
-#if defined(TOOLKIT_GTK) |
+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) |
extern const char kUsesSystemTheme[]; |
#endif |
extern const char kCurrentThemePackFilename[]; |