| Index: chrome/browser/chromeos/file_system_provider/mount_path_util.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/mount_path_util.h b/chrome/browser/chromeos/file_system_provider/mount_path_util.h
|
| index 91f91e935ae8ed039aaeece4ae0f70334d0c9638..1a19752457a6f08a7b0b4c19f24230526a975391 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/mount_path_util.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/mount_path_util.h
|
| @@ -21,8 +21,8 @@ namespace util {
|
|
|
| // Constructs a safe mount point path for the provided file system.
|
| base::FilePath GetMountPath(Profile* profile,
|
| - std::string extension_id,
|
| - int file_system_id);
|
| + const std::string& extension_id,
|
| + const std::string& file_system_id);
|
|
|
| // Finds file system, which is responsible for handling the specified |url| by
|
| // analysing the mount path. Also, extract the file path from the virtual path
|
|
|