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

Unified Diff: chrome/browser/chromeos/arc/arc_auth_service.h

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/arc/arc_auth_service.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
index 21a198e14f2771fb7278feeb0e2f601ea7eda659..3f275ebef224336d507b1999637503743fc0861b 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -174,8 +174,8 @@ class ArcAuthService : public ArcService,
base::ThreadChecker thread_checker_;
State state_ = State::STOPPED;
base::ObserverList<Observer> observer_list_;
- scoped_ptr<GaiaAuthFetcher> merger_fetcher_;
- scoped_ptr<UbertokenFetcher> ubertoken_fethcher_;
+ std::unique_ptr<GaiaAuthFetcher> merger_fetcher_;
+ std::unique_ptr<UbertokenFetcher> ubertoken_fethcher_;
std::string auth_code_;
GetAuthCodeCallback auth_callback_;
bool initial_opt_in_ = false;
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_notification.cc ('k') | chrome/browser/chromeos/arc/arc_auth_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698