Index: chrome/browser/web_applications/web_app.cc |
diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc |
index 575e72a140325762472cb697b194f3ccdc36d91a..cbb169a91655d123ad963b321837990d7b63a57a 100644 |
--- a/chrome/browser/web_applications/web_app.cc |
+++ b/chrome/browser/web_applications/web_app.cc |
@@ -167,7 +167,7 @@ void GetIconsInfo(const WebApplicationInfo& app_info, |
} |
#endif |
-#if defined(TOOLKIT_USES_GTK) |
+#if defined(TOOLKIT_GTK) |
std::string GetWMClassFromAppName(std::string app_name) { |
file_util::ReplaceIllegalCharactersInPath(&app_name, '_'); |
TrimString(app_name, "_", &app_name); |