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

Unified Diff: chrome/browser/chromeos/drive/file_system_unittest.cc

Issue 15650008: drive: Rename drive::DriveClientContext to drive::ClientContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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_unittest.cc
diff --git a/chrome/browser/chromeos/drive/file_system_unittest.cc b/chrome/browser/chromeos/drive/file_system_unittest.cc
index b2e09c232f316ff4a7c4ca5f67091534d3e0265d..000a5f3a2db44b642b95b3da905cf52fce47a1ee 100644
--- a/chrome/browser/chromeos/drive/file_system_unittest.cc
+++ b/chrome/browser/chromeos/drive/file_system_unittest.cc
@@ -1381,7 +1381,7 @@ TEST_F(FileSystemTest, GetFileByResourceId) {
entry.reset();
file_system_->GetFileByResourceId(
resource_id,
- DriveClientContext(USER_INITIATED),
+ ClientContext(USER_INITIATED),
google_apis::test_util::CreateCopyResultCallback(
&error, &file_path, &entry),
google_apis::GetContentCallback());
@@ -1493,7 +1493,7 @@ TEST_F(FileSystemTest, GetFileByResourceId_FromCache) {
entry.reset();
file_system_->GetFileByResourceId(
resource_id,
- DriveClientContext(USER_INITIATED),
+ ClientContext(USER_INITIATED),
google_apis::test_util::CreateCopyResultCallback(
&error, &file_path, &entry),
google_apis::GetContentCallback());
« no previous file with comments | « chrome/browser/chromeos/drive/file_system_interface.h ('k') | chrome/browser/chromeos/drive/job_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698