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

Unified Diff: google_apis/drive/request_sender.h

Issue 511323002: Manual fixups in drive code for scoped_refptr operator T* removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 6 years, 4 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
« no previous file with comments | « chrome/browser/drive/drive_uploader.cc ('k') | google_apis/drive/request_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/request_sender.h
diff --git a/google_apis/drive/request_sender.h b/google_apis/drive/request_sender.h
index be76b99492cc45157bcbfb4fa1b39c6fb9c59939..e610d9723c58097a6d9ab84342c32b722e8b93a5 100644
--- a/google_apis/drive/request_sender.h
+++ b/google_apis/drive/request_sender.h
@@ -44,10 +44,11 @@ class RequestSender {
//
// |custom_user_agent| will be used for the User-Agent header in HTTP
// requests issued through the request sender if the value is not empty.
- RequestSender(AuthServiceInterface* auth_service,
- net::URLRequestContextGetter* url_request_context_getter,
- base::SequencedTaskRunner* blocking_task_runner,
- const std::string& custom_user_agent);
+ RequestSender(
+ AuthServiceInterface* auth_service,
+ net::URLRequestContextGetter* url_request_context_getter,
+ const scoped_refptr<base::SequencedTaskRunner>& blocking_task_runner,
+ const std::string& custom_user_agent);
~RequestSender();
AuthServiceInterface* auth_service() { return auth_service_.get(); }
« no previous file with comments | « chrome/browser/drive/drive_uploader.cc ('k') | google_apis/drive/request_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698