| Index: chrome/browser/google_apis/fake_drive_service.cc
|
| diff --git a/chrome/browser/google_apis/fake_drive_service.cc b/chrome/browser/google_apis/fake_drive_service.cc
|
| index cecd49592bb920feb67a236c3eca7e18b12553d8..a7b670cab5347cbe8a4c50657585a5bcc3b404a8 100644
|
| --- a/chrome/browser/google_apis/fake_drive_service.cc
|
| +++ b/chrome/browser/google_apis/fake_drive_service.cc
|
| @@ -778,7 +778,7 @@ void FakeDriveService::AddNewDirectory(
|
| }
|
|
|
| void FakeDriveService::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,
|
| @@ -880,7 +880,7 @@ void FakeDriveService::InitiateUploadNewFile(
|
| }
|
|
|
| void FakeDriveService::InitiateUploadExistingFile(
|
| - const FilePath& drive_file_path,
|
| + const base::FilePath& drive_file_path,
|
| const std::string& content_type,
|
| int64 content_length,
|
| const GURL& upload_url,
|
|
|