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

Unified Diff: google_apis/drive/auth_service.cc

Issue 1873663002: Convert //google_apis from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/base_requests.h » ('j') | google_apis/drive/base_requests.cc » ('J')
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 234536c2344f621b288f95c2eee5ea7ffc02ff1b..46d75ba87d644d5dd9c2b0f6b5fe32eab75a142b 100644
--- a/google_apis/drive/auth_service.cc
+++ b/google_apis/drive/auth_service.cc
@@ -53,7 +53,7 @@ class AuthRequest : public OAuth2TokenService::Consumer {
const GoogleServiceAuthError& error) override;
AuthStatusCallback callback_;
- scoped_ptr<OAuth2TokenService::Request> request_;
+ std::unique_ptr<OAuth2TokenService::Request> request_;
base::ThreadChecker thread_checker_;
DISALLOW_COPY_AND_ASSIGN(AuthRequest);
« no previous file with comments | « no previous file | google_apis/drive/base_requests.h » ('j') | google_apis/drive/base_requests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698