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

Unified Diff: components/password_manager/core/browser/test_password_store.h

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/test_password_store.h
diff --git a/components/password_manager/core/browser/test_password_store.h b/components/password_manager/core/browser/test_password_store.h
index 207062f16d2f8425e0b66c79a1f1c4e5c805856d..1e76e305ed7623cf89c318b4ae7b5645e5077d9c 100644
--- a/components/password_manager/core/browser/test_password_store.h
+++ b/components/password_manager/core/browser/test_password_store.h
@@ -69,7 +69,7 @@ class TestPasswordStore : public PasswordStore {
ScopedVector<autofill::PasswordForm>* forms) override;
void AddSiteStatsImpl(const InteractionsStats& stats) override;
void RemoveSiteStatsImpl(const GURL& origin_domain) override;
- std::vector<scoped_ptr<InteractionsStats>> GetSiteStatsImpl(
+ std::vector<std::unique_ptr<InteractionsStats>> GetSiteStatsImpl(
const GURL& origin_domain) override;
private:

Powered by Google App Engine
This is Rietveld 408576698