| Index: chrome/browser/web_applications/web_app.h
|
| diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h
|
| index 4a6367fd7c65ece46c8d4e48f12177802a4f89e2..cfdbdbd5ed4d0d1fb8c7a6ce54b977d5203a9943 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -65,7 +65,7 @@ void GetIconsInfo(const WebApplicationInfo& app_info,
|
| IconInfoList* icons);
|
| #endif
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| // GTK+ windows that correspond to web apps need to have a deterministic (and
|
| // different) WMClass than normal chrome windows so the window manager groups
|
| // them as a separate application.
|
|
|