| Index: chrome/browser/chromeos/file_system_provider/mount_path_util.cc
|
| diff --git a/chrome/browser/chromeos/file_system_provider/mount_path_util.cc b/chrome/browser/chromeos/file_system_provider/mount_path_util.cc
|
| index 27439c2699d1027c46e2cafac225ec1ca6394b9b..22a1aa107e9dc106a50e6e9571ecbb1dd3ff60d8 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/mount_path_util.cc
|
| +++ b/chrome/browser/chromeos/file_system_provider/mount_path_util.cc
|
| @@ -50,7 +50,7 @@ std::string EscapeFileSystemId(const std::string& file_system_id) {
|
| base::FilePath GetMountPath(Profile* profile,
|
| const std::string& extension_id,
|
| const std::string& file_system_id) {
|
| - user_manager::User* const user =
|
| + const user_manager::User* const user =
|
| user_manager::UserManager::IsInitialized()
|
| ? chromeos::ProfileHelper::Get()->GetUserByProfile(
|
| profile->GetOriginalProfile())
|
|
|