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

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

Issue 1042803002: Drive: Move inner structures of DriveAPIService under drive namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests. Created 5 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/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 70554dc732737ce3a447b842c3fc82ac96e3a790..2c22a657d950773d3a60898aad24d424f5b33ed6 100644
--- a/chrome/browser/chromeos/drive/file_system_unittest.cc
+++ b/chrome/browser/chromeos/drive/file_system_unittest.cc
@@ -845,9 +845,8 @@ TEST_F(FileSystemTest, ReadDirectoryAfterUpdateWhileLoading) {
{
google_apis::DriveApiErrorCode error = google_apis::DRIVE_OTHER_ERROR;
fake_drive_service_->AddNewDirectory(
- fake_drive_service_->GetRootResourceId(),
- "UpdateWhileLoadingTestDir",
- DriveServiceInterface::AddNewDirectoryOptions(),
+ fake_drive_service_->GetRootResourceId(), "UpdateWhileLoadingTestDir",
+ AddNewDirectoryOptions(),
google_apis::test_util::CreateCopyResultCallback(&error, &parent));
base::RunLoop().RunUntilIdle();
ASSERT_EQ(google_apis::HTTP_CREATED, error);
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/search_operation_unittest.cc ('k') | chrome/browser/chromeos/drive/job_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698