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

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

Issue 17520005: drive: Pass TaskRunner to DriveUploader explicitly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/operation_test_base.cc
diff --git a/chrome/browser/chromeos/drive/file_system/operation_test_base.cc b/chrome/browser/chromeos/drive/file_system/operation_test_base.cc
index eaed57229e7be7fa3f9ac57d8349d54237c21345..9ce35c44199f1fe5c42952c047f2dbf07ff2d674 100644
--- a/chrome/browser/chromeos/drive/file_system/operation_test_base.cc
+++ b/chrome/browser/chromeos/drive/file_system/operation_test_base.cc
@@ -57,8 +57,8 @@ void OperationTestBase::SetUp() {
fake_drive_service_->LoadAccountMetadataForWapi(
"chromeos/gdata/account_metadata.json");
- scheduler_.reset(
- new JobScheduler(profile_.get(), fake_drive_service_.get()));
+ scheduler_.reset(new JobScheduler(profile_.get(), fake_drive_service_.get(),
+ blocking_task_runner_));
metadata_storage_.reset(new internal::ResourceMetadataStorage(
temp_dir_.path(), blocking_task_runner_));
« no previous file with comments | « chrome/browser/chromeos/drive/drive_integration_service.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