| Index: chrome/browser/ui/views/panels/panel_stack_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/panels/panel_stack_view.cc (revision 184354)
|
| +++ chrome/browser/ui/views/panels/panel_stack_view.cc (working copy)
|
| @@ -70,9 +70,8 @@
|
|
|
| #if defined(OS_WIN)
|
| ui::win::SetAppIdForWindow(
|
| - ShellIntegration::GetAppModelIdForProfile(
|
| - base::UTF8ToWide(panel->app_name()),
|
| - panel->profile()->GetPath()),
|
| + ShellIntegration::GetAppModelIdForProfile(UTF8ToWide(panel->app_name()),
|
| + panel->profile()->GetPath()),
|
| chrome::HWNDForWidget(window_));
|
| #endif
|
| }
|
|
|