summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/gdata/drive_uploader.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/gdata/drive_uploader.cc')
-rw-r--r--chrome/browser/chromeos/gdata/drive_uploader.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/gdata/drive_uploader.cc b/chrome/browser/chromeos/gdata/drive_uploader.cc
index 059ff6c..fe769e8 100644
--- a/chrome/browser/chromeos/gdata/drive_uploader.cc
+++ b/chrome/browser/chromeos/gdata/drive_uploader.cc
@@ -542,11 +542,11 @@ int64 DriveUploader::UploadFileInfo::SizeRemaining() const {
std::string DriveUploader::UploadFileInfo::DebugString() const {
return "title=[" + title +
- "], file_path=[" + file_path.value() +
+ "], file_path=[" + file_path.AsUTF8Unsafe() +
"], content_type=[" + content_type +
"], content_length=[" + base::UintToString(content_length) +
"], file_size=[" + base::UintToString(file_size) +
- "], drive_path=[" + drive_path.value() +
+ "], drive_path=[" + drive_path.AsUTF8Unsafe() +
"]";
}