| 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() +
|
| "]";
|
| }
|
|
|
|
|