| Index: chrome/browser/google_apis/drive_api_service.cc
|
| diff --git a/chrome/browser/google_apis/drive_api_service.cc b/chrome/browser/google_apis/drive_api_service.cc
|
| index 9649c50160d46d7f0cb766e8dfd31fbb4fd47fdd..097fa9911b5e7aba4d89096f15dbe53c82a42721 100644
|
| --- a/chrome/browser/google_apis/drive_api_service.cc
|
| +++ b/chrome/browser/google_apis/drive_api_service.cc
|
| @@ -448,7 +448,7 @@ void DriveAPIService::RemoveResourceFromDirectory(
|
| }
|
|
|
| void DriveAPIService::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,
|
| @@ -462,7 +462,7 @@ void DriveAPIService::InitiateUploadNewFile(
|
| }
|
|
|
| void DriveAPIService::InitiateUploadExistingFile(
|
| - const FilePath& drive_file_path,
|
| + const base::FilePath& drive_file_path,
|
| const std::string& content_type,
|
| int64 content_length,
|
| const GURL& upload_url,
|
|
|