| 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 f20dbf7bf9b0ef000fe3d25a78308be90eab1a7c..e342e270f45618144ce48e470a3ba309c11bfe97 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) {
|
| // 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 =
|
| - chromeos::UserManager::IsInitialized()
|
| + user_manager::UserManager::IsInitialized()
|
| ? chromeos::ProfileHelper::Get()->GetUserByProfile(
|
| profile->GetOriginalProfile())
|
| : NULL;
|
|
|