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

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

Issue 9742002: Wired GDataFileSystem::GetFile() method with internal cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review updates Created 8 years, 9 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/gdata_file_system_unittest.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc b/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
index b35742925979bb1c2ba4cb527c3315b833986b13..83f5e071a3665aa22ff1f46604b6f09822fd0146 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc
@@ -1497,7 +1497,7 @@ TEST_F(GDataFileSystemTest, GetFile) {
callback_helper_.get());
EXPECT_CALL(*mock_doc_service_,
- DownloadFile(_, GURL("https://file_content_url/"), _));
+ DownloadFile(_, _, GURL("https://file_content_url/"), _));
FilePath file_in_root(FILE_PATH_LITERAL("gdata/File 1.txt"));
file_system_->GetFile(file_in_root, callback);

Powered by Google App Engine
This is Rietveld 408576698