| Index: chrome/browser/chromeos/extensions/file_manager/private_api_mount.cc
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_mount.cc b/chrome/browser/chromeos/extensions/file_manager/private_api_mount.cc
|
| index b022cd0e61a10be2832810aea71b314ce1d2ad8a..a4ebf30d55be1138028c1ec651cd683a36c5143d 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/private_api_mount.cc
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/private_api_mount.cc
|
| @@ -86,8 +86,7 @@ bool FileBrowserPrivateAddMountFunction::RunImpl() {
|
| if (mount_type == "drive") {
|
| // Dispatch fake 'mounted' event because JS code depends on it.
|
| // TODO(hashimoto): Remove this redanduncy.
|
| - file_manager::FileBrowserPrivateAPI::Get(profile_)->event_router()->
|
| - OnFileSystemMounted();
|
| + file_manager::VolumeManager::Get(profile_)->OnFileSystemMounted();
|
|
|
| // Pass back the drive mount point path as source path.
|
| const std::string& drive_path =
|
|
|