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

Unified Diff: google_apis/drive/auth_service.cc

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 | « no previous file | google_apis/drive/request_sender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/drive/auth_service.cc
diff --git a/google_apis/drive/auth_service.cc b/google_apis/drive/auth_service.cc
index 0ab8fdfc73f99c782c1780ec194d0f40b353f258..49fe38adbbd2d647937c63df9d9c4c9dfde50900 100644
--- a/google_apis/drive/auth_service.cc
+++ b/google_apis/drive/auth_service.cc
@@ -149,7 +149,7 @@ void AuthService::StartAuthentication(const AuthStatusCallback& callback) {
// We have refresh token, let's get an access token.
new AuthRequest(oauth2_token_service_,
account_id_,
- url_request_context_getter_,
+ url_request_context_getter_.get(),
base::Bind(&AuthService::OnAuthCompleted,
weak_ptr_factory_.GetWeakPtr(),
callback),
« no previous file with comments | « no previous file | google_apis/drive/request_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698