Index: chrome/browser/shell_integration_linux.cc |
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc |
index d351c35caf4440b144a5736cedbbc8a022e6b105..ccbca82cfc3366c9d4735b71ce720176870cd206 100644 |
--- a/chrome/browser/shell_integration_linux.cc |
+++ b/chrome/browser/shell_integration_linux.cc |
@@ -561,7 +561,7 @@ std::string ShellIntegration::GetDesktopFileContents( |
if (!icon_name.empty()) |
g_key_file_set_string(key_file, kDesktopEntry, "Icon", icon_name.c_str()); |
-#if defined(TOOLKIT_USES_GTK) |
+#if defined(TOOLKIT_GTK) |
std::string wmclass = web_app::GetWMClassFromAppName(app_name); |
g_key_file_set_string(key_file, kDesktopEntry, "StartupWMClass", |
wmclass.c_str()); |