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

Unified Diff: components/password_manager/core/browser/login_database_ios_unittest.cc

Issue 1852093002: components/password_manager: scoped_ptr -> unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and revert an accidental .proto change Created 4 years, 9 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/password_manager/core/browser/login_database_ios_unittest.cc
diff --git a/components/password_manager/core/browser/login_database_ios_unittest.cc b/components/password_manager/core/browser/login_database_ios_unittest.cc
index 60facfc91e267a3fae0695dfa3913939adb69f0a..856cf9f28ff0ab61dbc02e3dcdb0d52cff4ea579 100644
--- a/components/password_manager/core/browser/login_database_ios_unittest.cc
+++ b/components/password_manager/core/browser/login_database_ios_unittest.cc
@@ -44,7 +44,7 @@ class LoginDatabaseIOSTest : public PlatformTest {
protected:
base::ScopedTempDir temp_dir_;
- scoped_ptr<LoginDatabase> login_db_;
+ std::unique_ptr<LoginDatabase> login_db_;
};
void LoginDatabaseIOSTest::ClearKeychain() {

Powered by Google App Engine
This is Rietveld 408576698