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

Unified Diff: chrome/browser/chromeos/login/signin/token_handle_fetcher.cc

Issue 1870793002: Convert //chrome/browser/chromeos from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: chrome/browser/chromeos/login/signin/token_handle_fetcher.cc
diff --git a/chrome/browser/chromeos/login/signin/token_handle_fetcher.cc b/chrome/browser/chromeos/login/signin/token_handle_fetcher.cc
index 221ae4fa1278f5fe2a8d57705850d67a3a5c5f76..a0e6224bcb4ceac794142143f13815d81d932885 100644
--- a/chrome/browser/chromeos/login/signin/token_handle_fetcher.cc
+++ b/chrome/browser/chromeos/login/signin/token_handle_fetcher.cc
@@ -133,7 +133,7 @@ void TokenHandleFetcher::OnNetworkError(int response_code) {
}
void TokenHandleFetcher::OnGetTokenInfoResponse(
- scoped_ptr<base::DictionaryValue> token_info) {
+ std::unique_ptr<base::DictionaryValue> token_info) {
bool success = false;
if (!token_info->HasKey("error")) {
std::string handle;
« no previous file with comments | « chrome/browser/chromeos/login/signin/token_handle_fetcher.h ('k') | chrome/browser/chromeos/login/signin/token_handle_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698