summaryrefslogtreecommitdiffstats
path: root/chrome/browser/drive/drive_api_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/drive/drive_api_service.cc')
-rw-r--r--chrome/browser/drive/drive_api_service.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/drive/drive_api_service.cc b/chrome/browser/drive/drive_api_service.cc
index 6c6707f..ffd2498 100644
--- a/chrome/browser/drive/drive_api_service.cc
+++ b/chrome/browser/drive/drive_api_service.cc
@@ -287,6 +287,7 @@ void DriveAPIService::Initialize(Profile* profile) {
scopes.push_back(kDriveAppsReadonlyScope);
sender_.reset(new RequestSender(profile,
url_request_context_getter_,
+ blocking_task_runner_.get(),
scopes,
custom_user_agent_));
sender_->Initialize();