Index: google_apis/gaia/gaia_auth_fetcher.h |
diff --git a/google_apis/gaia/gaia_auth_fetcher.h b/google_apis/gaia/gaia_auth_fetcher.h |
index b477913bd5f6c5c6b9e22b0e2b0f49edfbffc5b4..c6f0981df0c4e8647812d292014f2370d8a2fc59 100644 |
--- a/google_apis/gaia/gaia_auth_fetcher.h |
+++ b/google_apis/gaia/gaia_auth_fetcher.h |
@@ -5,12 +5,12 @@ |
#ifndef GOOGLE_APIS_GAIA_GAIA_AUTH_FETCHER_H_ |
#define GOOGLE_APIS_GAIA_GAIA_AUTH_FETCHER_H_ |
+#include <memory> |
#include <string> |
#include <vector> |
#include "base/gtest_prod_util.h" |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "google_apis/gaia/gaia_auth_consumer.h" |
#include "google_apis/gaia/google_service_auth_error.h" |
#include "net/url_request/url_fetcher_delegate.h" |
@@ -446,7 +446,7 @@ class GaiaAuthFetcher : public net::URLFetcherDelegate { |
const GURL oauth2_iframe_url_; |
// While a fetch is going on: |
- scoped_ptr<net::URLFetcher> fetcher_; |
+ std::unique_ptr<net::URLFetcher> fetcher_; |
GURL client_login_to_oauth2_gurl_; |
std::string request_body_; |
std::string requested_service_; |