| Index: components/password_manager/core/browser/statistics_table_unittest.cc
|
| diff --git a/components/password_manager/core/browser/statistics_table_unittest.cc b/components/password_manager/core/browser/statistics_table_unittest.cc
|
| index 4736ceaf3636aa04cc4c975512dfaa8e5b4f5e3d..8e348a05e0b31a5ddda713b1b0f976dbdce43195 100644
|
| --- a/components/password_manager/core/browser/statistics_table_unittest.cc
|
| +++ b/components/password_manager/core/browser/statistics_table_unittest.cc
|
| @@ -50,8 +50,8 @@ class StatisticsTableTest : public testing::Test {
|
|
|
| private:
|
| base::ScopedTempDir temp_dir_;
|
| - scoped_ptr<sql::Connection> connection_;
|
| - scoped_ptr<StatisticsTable> db_;
|
| + std::unique_ptr<sql::Connection> connection_;
|
| + std::unique_ptr<StatisticsTable> db_;
|
| InteractionsStats test_data_;
|
| };
|
|
|
|
|