summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/profiles/user_manager_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/profiles/user_manager_view.cc')
-rw-r--r--chrome/browser/ui/views/profiles/user_manager_view.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc
index cd9ce66..87d56b9 100644
--- a/chrome/browser/ui/views/profiles/user_manager_view.cc
+++ b/chrome/browser/ui/views/profiles/user_manager_view.cc
@@ -308,10 +308,9 @@ void UserManagerView::Init(Profile* system_profile, const GURL& url) {
#if defined(OS_WIN)
// Set the app id for the task manager to the app id of its parent
- ui::win::SetAppIdForWindow(
- ShellIntegration::GetChromiumModelIdForProfile(
- system_profile->GetPath()),
- views::HWNDForWidget(GetWidget()));
+ ui::win::SetAppIdForWindow(shell_integration::GetChromiumModelIdForProfile(
+ system_profile->GetPath()),
+ views::HWNDForWidget(GetWidget()));
#endif
#if defined(USE_ASH)