| Index: chrome/browser/chromeos/file_manager/path_util.cc | 
| diff --git a/chrome/browser/chromeos/file_manager/path_util.cc b/chrome/browser/chromeos/file_manager/path_util.cc | 
| index 4416f145fd3f6bc262152ea61bfa15d5d5a09074..053899e7450deda588ce71299f86cde1e22772e9 100644 | 
| --- a/chrome/browser/chromeos/file_manager/path_util.cc | 
| +++ b/chrome/browser/chromeos/file_manager/path_util.cc | 
| @@ -61,7 +61,7 @@ std::string GetDownloadsMountPointName(Profile* profile) { | 
| // to "Downloads". Note that some profiles (like login or test profiles) | 
| // are not associated with an user account. In that case, no suffix is added | 
| // because such a profile never belongs to a multi-profile session. | 
| -  user_manager::User* const user = | 
| +  const user_manager::User* const user = | 
| user_manager::UserManager::IsInitialized() | 
| ? chromeos::ProfileHelper::Get()->GetUserByProfile( | 
| profile->GetOriginalProfile()) | 
|  |