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

Unified Diff: chrome/browser/chromeos/gdata/drive_upload_file_info.h

Issue 10919093: Rename GDataUplaoder to DriveUploader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix after rebase Created 8 years, 3 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
Index: chrome/browser/chromeos/gdata/drive_upload_file_info.h
diff --git a/chrome/browser/chromeos/gdata/gdata_upload_file_info.h b/chrome/browser/chromeos/gdata/drive_upload_file_info.h
similarity index 91%
rename from chrome/browser/chromeos/gdata/gdata_upload_file_info.h
rename to chrome/browser/chromeos/gdata/drive_upload_file_info.h
index 3eb38c04895574bd5967401f2b5c83e728c23407..bac03880d8a125e45d6d5e935e03903f9515038a 100644
--- a/chrome/browser/chromeos/gdata/gdata_upload_file_info.h
+++ b/chrome/browser/chromeos/gdata/drive_upload_file_info.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROMEOS_GDATA_GDATA_UPLOAD_FILE_INFO_H_
-#define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_UPLOAD_FILE_INFO_H_
+#ifndef CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_UPLOAD_FILE_INFO_H_
+#define CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_UPLOAD_FILE_INFO_H_
#include <string>
#include <vector>
@@ -62,8 +62,8 @@ struct UploadFileInfo {
// InitiateUpload. Used for the subsequent ResumeUpload requests.
GURL upload_location;
- // Final path in gdata. Looks like /special/drive/MyFolder/MyFile.
- FilePath gdata_path;
+ // Final path in drive. Looks like /special/drive/MyFolder/MyFile.
+ FilePath drive_path;
// TODO(achuith): Use generic stream object after FileStream is refactored to
// extend a generic stream.
@@ -95,4 +95,4 @@ struct UploadFileInfo {
} // namespace gdata
-#endif // CHROME_BROWSER_CHROMEOS_GDATA_GDATA_UPLOAD_FILE_INFO_H_
+#endif // CHROME_BROWSER_CHROMEOS_GDATA_DRIVE_UPLOAD_FILE_INFO_H_
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_system_service.cc ('k') | chrome/browser/chromeos/gdata/drive_upload_file_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698