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

Unified Diff: google_apis/drive/request_sender.h

Issue 498123003: Remove implicit conversions from scoped_refptr to T* in google_apis/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « google_apis/drive/auth_service.cc ('k') | google_apis/gaia/gaia_auth_fetcher_unittest.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 dfc671c42bfb55006922b5866b68610a76059f62..be76b99492cc45157bcbfb4fa1b39c6fb9c59939 100644
--- a/google_apis/drive/request_sender.h
+++ b/google_apis/drive/request_sender.h
@@ -53,7 +53,7 @@ class RequestSender {
AuthServiceInterface* auth_service() { return auth_service_.get(); }
net::URLRequestContextGetter* url_request_context_getter() const {
- return url_request_context_getter_;
+ return url_request_context_getter_.get();
}
base::SequencedTaskRunner* blocking_task_runner() const {
« no previous file with comments | « google_apis/drive/auth_service.cc ('k') | google_apis/gaia/gaia_auth_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698