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

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

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.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_upload_file_info.cc b/chrome/browser/chromeos/gdata/drive_upload_file_info.cc
similarity index 91%
rename from chrome/browser/chromeos/gdata/gdata_upload_file_info.cc
rename to chrome/browser/chromeos/gdata/drive_upload_file_info.cc
index f9b7d093e2110de658acd7b572491bb492785114..e79c6972581ecccbd0e8b2acdff534610e20f27d 100644
--- a/chrome/browser/chromeos/gdata/gdata_upload_file_info.cc
+++ b/chrome/browser/chromeos/gdata/drive_upload_file_info.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/gdata/gdata_upload_file_info.h"
+#include "chrome/browser/chromeos/gdata/drive_upload_file_info.h"
#include "base/string_number_conversions.h"
#include "chrome/browser/chromeos/gdata/gdata_wapi_parser.h"
@@ -43,7 +43,7 @@ std::string UploadFileInfo::DebugString() const {
"], file_path=[" + file_path.value() +
"], content_type=[" + content_type +
"], file_size=[" + base::UintToString(file_size) +
- "], gdata_path=[" + gdata_path.value() +
+ "], drive_path=[" + drive_path.value() +
"]";
}
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_upload_file_info.h ('k') | chrome/browser/chromeos/gdata/drive_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698