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

Unified Diff: components/proximity_auth/cryptauth_enroller_factory_impl.h

Issue 1912433002: Convert //components/proximity_auth from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 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: components/proximity_auth/cryptauth_enroller_factory_impl.h
diff --git a/components/proximity_auth/cryptauth_enroller_factory_impl.h b/components/proximity_auth/cryptauth_enroller_factory_impl.h
index f58f66d2446a5b916b635a0b244b414158656ac1..d6b7ebe04c9a4efc6fb7776e7813fe2e4e607e51 100644
--- a/components/proximity_auth/cryptauth_enroller_factory_impl.h
+++ b/components/proximity_auth/cryptauth_enroller_factory_impl.h
@@ -21,7 +21,7 @@ class CryptAuthEnrollerFactoryImpl : public CryptAuthEnrollerFactory {
~CryptAuthEnrollerFactoryImpl() override;
// CryptAuthEnrollerFactory:
- scoped_ptr<CryptAuthEnroller> CreateInstance() override;
+ std::unique_ptr<CryptAuthEnroller> CreateInstance() override;
private:
proximity_auth::ProximityAuthClient* proximity_auth_client_;

Powered by Google App Engine
This is Rietveld 408576698