| Index: chrome/browser/drive/drive_api_service.h
|
| diff --git a/chrome/browser/drive/drive_api_service.h b/chrome/browser/drive/drive_api_service.h
|
| index c0d1502a790c4924e41961b635e23cdfa62656e6..33d847604f1a9a2914df555c1dea523c10b7dba7 100644
|
| --- a/chrome/browser/drive/drive_api_service.h
|
| +++ b/chrome/browser/drive/drive_api_service.h
|
| @@ -173,7 +173,7 @@ class DriveAPIService : public DriveServiceInterface,
|
| const std::string& parent_resource_id,
|
| const std::string& title,
|
| const base::FilePath& local_file_path,
|
| - const UploadNewFileOptions& options,
|
| + const drive::UploadNewFileOptions& options,
|
| const google_apis::FileResourceCallback& callback,
|
| const google_apis::ProgressCallback& progress_callback) override;
|
| google_apis::CancelCallback MultipartUploadExistingFile(
|
| @@ -181,7 +181,7 @@ class DriveAPIService : public DriveServiceInterface,
|
| int64 content_length,
|
| const std::string& resource_id,
|
| const base::FilePath& local_file_path,
|
| - const UploadExistingFileOptions& options,
|
| + const drive::UploadExistingFileOptions& options,
|
| const google_apis::FileResourceCallback& callback,
|
| const google_apis::ProgressCallback& progress_callback) override;
|
| google_apis::CancelCallback AuthorizeApp(
|
|
|