| Index: chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc
|
| index 234838227df1c510ac02b2470b9c25b31b5f2834..289f4234e31fa717fd7ea110f13fd72530fcaa0c 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc
|
| @@ -131,7 +131,7 @@ TEST_F(CopyOperationTest,
|
| "drive/root/Directory 1/copied.gdoc"));
|
|
|
| // Prepare a local file, which is a json file of a hosted document, which
|
| - // matches "drive/root/Document 1 excludeDir-test" in root_feed.json.
|
| + // matches "drive/root/Document 1 excludeDir-test".
|
| ASSERT_TRUE(util::CreateGDocFile(
|
| local_src_path,
|
| GURL("https://3_document_self_link/document:5_document_resource_id"),
|
| @@ -165,7 +165,7 @@ TEST_F(CopyOperationTest, TransferFileFromLocalToRemote_OrphanHostedDocument) {
|
| "drive/root/Directory 1/moved.gdoc"));
|
|
|
| // Prepare a local file, which is a json file of a hosted document, which
|
| - // matches "drive/other/Orphan Document" in root_feed.json.
|
| + // matches "drive/other/Orphan Document".
|
| ASSERT_TRUE(util::CreateGDocFile(
|
| local_src_path,
|
| GURL("https://3_document_self_link/document:orphan_doc_1"),
|
|
|