| Index: chrome/browser/google_apis/fake_drive_service.h
|
| diff --git a/chrome/browser/google_apis/fake_drive_service.h b/chrome/browser/google_apis/fake_drive_service.h
|
| index 678ce4846111fa2c753089aac0b3f1078932452b..ce427d62dc7c96ee695711e9c271339d8b90b5d6 100644
|
| --- a/chrome/browser/google_apis/fake_drive_service.h
|
| +++ b/chrome/browser/google_apis/fake_drive_service.h
|
| @@ -120,14 +120,14 @@ class FakeDriveService : 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,
|
|
|