| Index: chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc
 | 
| diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc b/chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc
 | 
| index ff98eda064b1728d54aa3f0012f18696b45d711c..bd41084dd1f776717d160bd8aee5af1282d0af48 100644
 | 
| --- a/chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc
 | 
| +++ b/chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc
 | 
| @@ -11,13 +11,14 @@ ProvidedFileSystemInfo::ProvidedFileSystemInfo() {}
 | 
|  
 | 
|  ProvidedFileSystemInfo::ProvidedFileSystemInfo(
 | 
|      const std::string& extension_id,
 | 
| -    int file_system_id,
 | 
| +    const std::string& file_system_id,
 | 
|      const std::string& file_system_name,
 | 
|      const base::FilePath& mount_path)
 | 
|      : extension_id_(extension_id),
 | 
|        file_system_id_(file_system_id),
 | 
|        file_system_name_(file_system_name),
 | 
| -      mount_path_(mount_path) {}
 | 
| +      mount_path_(mount_path) {
 | 
| +}
 | 
|  
 | 
|  ProvidedFileSystemInfo::~ProvidedFileSystemInfo() {}
 | 
|  
 | 
| 
 |