Index: chrome/browser/google_apis/dummy_drive_service.cc |
diff --git a/chrome/browser/google_apis/dummy_drive_service.cc b/chrome/browser/google_apis/dummy_drive_service.cc |
index 118a2c29ccfc00cbac35d887eaa59f30a8c3f9bf..25e9820ab8099e6ef74d494483654e55ff18c662 100644 |
--- a/chrome/browser/google_apis/dummy_drive_service.cc |
+++ b/chrome/browser/google_apis/dummy_drive_service.cc |
@@ -93,7 +93,7 @@ void DummyDriveService::AddNewDirectory( |
const GetResourceEntryCallback& callback) {} |
void DummyDriveService::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, |
@@ -101,7 +101,7 @@ void DummyDriveService::InitiateUploadNewFile( |
const InitiateUploadCallback& callback) {} |
void DummyDriveService::InitiateUploadExistingFile( |
- const FilePath& drive_file_path, |
+ const base::FilePath& drive_file_path, |
const std::string& content_type, |
int64 content_length, |
const GURL& upload_url, |