| 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 b2069225c2795b17771d8a4e88b794a344ef23f7..88ed4c25ca981fc8aa81c3b7f522cab76e17f66b 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.
|
| - user_manager::User* const user =
|
| + const user_manager::User* const user =
|
| user_manager::UserManager::IsInitialized()
|
| ? chromeos::ProfileHelper::Get()->GetUserByProfile(
|
| profile->GetOriginalProfile())
|
|
|