| Index: chrome/browser/chromeos/drive/file_system.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
|
| index 8ff6a633e96b2991ae72944312b6c84cefeef9c0..0172cb09361400c8d31df6b830ba6ed46d7960e4 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.h
|
| +++ b/chrome/browser/chromeos/drive/file_system.h
|
| @@ -147,7 +147,7 @@ class FileSystem : public FileSystemInterface,
|
| void MarkCacheFileAsUnmounted(const base::FilePath& cache_file_path,
|
| const FileOperationCallback& callback) override;
|
| void AddPermission(const base::FilePath& drive_file_path,
|
| - const std::string& email,
|
| + const user_manager::UserID& email,
|
| google_apis::drive::PermissionRole role,
|
| const FileOperationCallback& callback) override;
|
| void SetProperty(const base::FilePath& drive_file_path,
|
| @@ -231,7 +231,7 @@ class FileSystem : public FileSystemInterface,
|
| const GURL& share_url);
|
| // Part of AddPermission.
|
| void AddPermissionAfterGetResourceEntry(
|
| - const std::string& email,
|
| + const user_manager::UserID& email,
|
| google_apis::drive::PermissionRole role,
|
| const FileOperationCallback& callback,
|
| ResourceEntry* entry,
|
|
|