| 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 8ab546d7df20ba19d522f306f3dc3585ed253284..5d4962a7daf22a35fea1706ef59fc60aa15a2c65 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -228,7 +228,7 @@ void GetIconsInfo(const WebApplicationInfo& app_info,
|
| }
|
| #endif
|
|
|
| -#if defined(TOOLKIT_GTK)
|
| +#if defined(OS_LINUX)
|
| std::string GetWMClassFromAppName(std::string app_name) {
|
| file_util::ReplaceIllegalCharactersInPath(&app_name, '_');
|
| TrimString(app_name, "_", &app_name);
|
|
|