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

Unified Diff: chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc

Issue 252563011: drive: Remove root_feed.json and others (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/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"),
« no previous file with comments | « chrome/browser/chromeos/drive/change_list_processor_unittest.cc ('k') | chrome/browser/chromeos/drive/file_system_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698