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

Unified Diff: chrome/browser/chromeos/login/users/supervised_user_manager_impl.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/login/users/supervised_user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h b/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
index ee74a370bca51f0fa57107b57d87561e05c90049..0acf040c121580b90b0459d78b9d6858ea4c53ce 100644
--- a/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
+++ b/chrome/browser/chromeos/login/users/supervised_user_manager_impl.h
@@ -107,7 +107,7 @@ class SupervisedUserManagerImpl
// Interface to the signed settings store.
CrosSettings* cros_settings_;
- scoped_ptr<SupervisedUserAuthentication> authentication_;
+ std::unique_ptr<SupervisedUserAuthentication> authentication_;
DISALLOW_COPY_AND_ASSIGN(SupervisedUserManagerImpl);
};

Powered by Google App Engine
This is Rietveld 408576698