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

Unified Diff: components/autofill/core/browser/test_personal_data_manager.h

Issue 2403773002: Remove stl_util's STLDeleteContainerPointers from autofill. (Closed)
Patch Set: rebase Created 4 years, 2 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/autofill/core/browser/test_personal_data_manager.h
diff --git a/components/autofill/core/browser/test_personal_data_manager.h b/components/autofill/core/browser/test_personal_data_manager.h
index 4db9dd634bde42b3be92d7a2d2a76e8b8c67982e..f31929222675351d367edff8737060634e461f80 100644
--- a/components/autofill/core/browser/test_personal_data_manager.h
+++ b/components/autofill/core/browser/test_personal_data_manager.h
@@ -34,7 +34,7 @@ class TestPersonalDataManager : public PersonalDataManager {
void AddTestingServerCreditCard(const CreditCard& credit_card);
const std::vector<AutofillProfile*>& GetProfiles() const override;
- const std::vector<AutofillProfile*>& web_profiles() const override;
+ std::vector<AutofillProfile*> web_profiles() const override;
const std::vector<CreditCard*>& GetCreditCards() const override;
std::string SaveImportedProfile(

Powered by Google App Engine
This is Rietveld 408576698