| Index: chrome/browser/google_apis/gdata_wapi_service.h
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h
|
| index 0a1102c7e4bd5cfc45eb6b27bd719edf62404cb3..f2d59a8047221fc22cd6fda5f478656f345b007b 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_service.h
|
| +++ b/chrome/browser/google_apis/gdata_wapi_service.h
|
| @@ -108,14 +108,14 @@ class GDataWapiService : 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,
|
|
|