| Index: chrome/browser/chromeos/drive/file_system_util.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system_util.cc b/chrome/browser/chromeos/drive/file_system_util.cc
|
| index 599011386addcb7637822420bbfe3d73837b29b3..ca85c5297d918d70701181377b91b7754a9a829e 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util.cc
|
| @@ -121,7 +121,7 @@ base::FilePath GetDriveMountPointPath(Profile* profile) {
|
| // enabled. In that case, we fall back to use UserManager (it basically just
|
| // returns currently active users's hash in such a case.) I still try
|
| // ProfileHelper first because it works better in tests.
|
| - chromeos::User* const user =
|
| + user_manager::User* const user =
|
| chromeos::UserManager::IsInitialized()
|
| ? chromeos::ProfileHelper::Get()->GetUserByProfile(
|
| profile->GetOriginalProfile())
|
|
|