| Index: chrome/browser/ui/views/profiles/user_manager_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| index 47331b92f982a14a0e178eb8f481247c34435607..e719524264ddcc617f84c2703fc64ea2c8a99389 100644
|
| --- a/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| @@ -148,7 +148,7 @@ void UserManagerView::Init(Profile* system_profile, const GURL& url) {
|
| gfx::Rect bounds;
|
| ProfileManager* profile_manager = g_browser_process->profile_manager();
|
| const base::FilePath& last_used_profile_path =
|
| - profile_manager->GetLastUsedProfileDir(profile_manager->user_data_dir());
|
| + profile_manager->GetLastUsedProfileDir();
|
| Profile* profile = profile_manager->GetProfileByPath(last_used_profile_path);
|
| if (profile) {
|
| Browser* browser = chrome::FindLastActiveWithProfile(profile,
|
|
|