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

Unified Diff: components/password_manager/core/browser/log_manager_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/log_manager_unittest.cc
diff --git a/components/password_manager/core/browser/log_manager_unittest.cc b/components/password_manager/core/browser/log_manager_unittest.cc
index 153da9138681789cf315bce78a00b981874a604f..31afe6ba402d2346f7d92f4badfd484053dd1d0c 100644
--- a/components/password_manager/core/browser/log_manager_unittest.cc
+++ b/components/password_manager/core/browser/log_manager_unittest.cc
@@ -56,7 +56,7 @@ class LogManagerTest : public testing::Test {
testing::StrictMock<MockLogReceiver> receiver_;
LogRouter router_;
testing::StrictMock<MockNotifiedObject> notified_object_;
- scoped_ptr<LogManager> manager_;
+ std::unique_ptr<LogManager> manager_;
};
TEST_F(LogManagerTest, LogSavePasswordProgressNoReceiver) {
« no previous file with comments | « components/password_manager/core/browser/log_manager.cc ('k') | components/password_manager/core/browser/login_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698