Index: chrome/browser/google_apis/gdata_wapi_service.cc |
diff --git a/chrome/browser/google_apis/gdata_wapi_service.cc b/chrome/browser/google_apis/gdata_wapi_service.cc |
index f7722432fc53b58ae5f6455e7d9aa421d476a1d7..6af3313e6ec4246ed171de3c3a99849542da0937 100644 |
--- a/chrome/browser/google_apis/gdata_wapi_service.cc |
+++ b/chrome/browser/google_apis/gdata_wapi_service.cc |
@@ -409,7 +409,7 @@ void GDataWapiService::RemoveResourceFromDirectory( |
} |
void GDataWapiService::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, |
@@ -435,7 +435,7 @@ void GDataWapiService::InitiateUploadNewFile( |
} |
void GDataWapiService::InitiateUploadExistingFile( |
- const FilePath& drive_file_path, |
+ const base::FilePath& drive_file_path, |
const std::string& content_type, |
int64 content_length, |
const GURL& upload_url, |