diff options
Diffstat (limited to 'chrome/browser/web_applications/web_app.cc')
-rw-r--r-- | chrome/browser/web_applications/web_app.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc index 90e4071..37bd0fe 100644 --- a/chrome/browser/web_applications/web_app.cc +++ b/chrome/browser/web_applications/web_app.cc @@ -521,7 +521,7 @@ void GetIconsInfo(const WebApplicationInfo& app_info, } #endif -#if defined(TOOLKIT_GTK) +#if defined(TOOLKIT_USES_GTK) std::string GetWMClassFromAppName(std::string app_name) { file_util::ReplaceIllegalCharactersInPath(&app_name, '_'); TrimString(app_name, "_", &app_name); |