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); |