| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index ccda5a4b9ed637948ff07a0b68b07538a0a7353c..2d3c753d74da094bb5379ccd21f030d381d878a2 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -428,7 +428,7 @@ Browser::Browser(const CreateParams& params)
|
| // name. See http://crbug.com/7028.
|
| ui::win::SetAppIdForWindow(
|
| is_app() && !is_type_panel() ?
|
| - ShellIntegration::GetAppModelIdForProfile(UTF8ToWide(app_name_),
|
| + ShellIntegration::GetAppModelIdForProfile(base::UTF8ToWide(app_name_),
|
| profile_->GetPath()) :
|
| ShellIntegration::GetChromiumModelIdForProfile(profile_->GetPath()),
|
| window()->GetNativeWindow());
|
|
|