Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4868)

Unified Diff: chrome/browser/google_apis/drive_service_interface.h

Issue 12286020: Replace FilePath with base::FilePath. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/google_apis/drive_api_service.cc ('k') | chrome/browser/google_apis/drive_uploader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/drive_service_interface.h
diff --git a/chrome/browser/google_apis/drive_service_interface.h b/chrome/browser/google_apis/drive_service_interface.h
index 5bc42d34375083a3f1b989ccb6214ee9ea1f963f..2e066cb5059a5126700c6cb14221b5b56cebc701 100644
--- a/chrome/browser/google_apis/drive_service_interface.h
+++ b/chrome/browser/google_apis/drive_service_interface.h
@@ -238,7 +238,7 @@ class DriveServiceInterface {
// |callback| must not be null.
// TODO(hidehiko): Replace |parent_upload_url| by resource id.
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,
@@ -251,7 +251,7 @@ class DriveServiceInterface {
// |callback| must not be null.
// TODO(hidehiko): Replace |upload_url| by resource id.
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,
« no previous file with comments | « chrome/browser/google_apis/drive_api_service.cc ('k') | chrome/browser/google_apis/drive_uploader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698