| Index: chrome/browser/google_apis/drive_api_service.h
|
| diff --git a/chrome/browser/google_apis/drive_api_service.h b/chrome/browser/google_apis/drive_api_service.h
|
| index 83135ca5bf2b1ab6656840b122029bf7dca32355..daf258e82cfe5c0677c80c3f24aae016667067a5 100644
|
| --- a/chrome/browser/google_apis/drive_api_service.h
|
| +++ b/chrome/browser/google_apis/drive_api_service.h
|
| @@ -105,14 +105,14 @@ class DriveAPIService : public DriveServiceInterface,
|
| const std::string& directory_name,
|
| const GetResourceEntryCallback& callback) OVERRIDE;
|
| virtual void InitiateUploadNewFile(
|
| - const FilePath& drive_file_path,
|
| + const base::FilePath& drive_file_path,
|
| const std::string& content_type,
|
| int64 content_length,
|
| const GURL& parent_upload_url,
|
| const std::string& title,
|
| const InitiateUploadCallback& callback) OVERRIDE;
|
| virtual void InitiateUploadExistingFile(
|
| - const FilePath& drive_file_path,
|
| + const base::FilePath& drive_file_path,
|
| const std::string& content_type,
|
| int64 content_length,
|
| const GURL& upload_url,
|
|
|