Index: chrome/browser/google_apis/dummy_drive_service.h |
diff --git a/chrome/browser/google_apis/dummy_drive_service.h b/chrome/browser/google_apis/dummy_drive_service.h |
index 76ad43131a1c1a2c9562e7330ade99908ee448e1..ccf5b7713f08f279e3f34fa100a3bed7d03acb2d 100644 |
--- a/chrome/browser/google_apis/dummy_drive_service.h |
+++ b/chrome/browser/google_apis/dummy_drive_service.h |
@@ -71,14 +71,14 @@ class DummyDriveService : 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, |