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

Unified Diff: components/password_manager/core/browser/affiliation_database_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/affiliation_database_unittest.cc
diff --git a/components/password_manager/core/browser/affiliation_database_unittest.cc b/components/password_manager/core/browser/affiliation_database_unittest.cc
index 920281f8de7b739b0c5f865967dde8689d6a1261..dab796807beeabd370eee1a9b46882d6e6d34fb4 100644
--- a/components/password_manager/core/browser/affiliation_database_unittest.cc
+++ b/components/password_manager/core/browser/affiliation_database_unittest.cc
@@ -99,7 +99,7 @@ class AffiliationDatabaseTest : public testing::Test {
private:
base::ScopedTempDir temp_directory_;
- scoped_ptr<AffiliationDatabase> db_;
+ std::unique_ptr<AffiliationDatabase> db_;
DISALLOW_COPY_AND_ASSIGN(AffiliationDatabaseTest);
};

Powered by Google App Engine
This is Rietveld 408576698