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

Unified Diff: chrome/browser/sync/test/integration/autofill_helper.cc

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: chrome/browser/sync/test/integration/autofill_helper.cc
diff --git a/chrome/browser/sync/test/integration/autofill_helper.cc b/chrome/browser/sync/test/integration/autofill_helper.cc
index 9e885e412a41734144c29c4a54add24a16d9b5ac..30332796bbc6a085da7bc39fe894ddba8f956b93 100644
--- a/chrome/browser/sync/test/integration/autofill_helper.cc
+++ b/chrome/browser/sync/test/integration/autofill_helper.cc
@@ -313,8 +313,7 @@ void UpdateProfile(int profile,
autofill_helper::SetProfiles(profile, &profiles);
}
-const std::vector<AutofillProfile*>& GetAllAutoFillProfiles(
- int profile) {
+std::vector<AutofillProfile*> GetAllAutoFillProfiles(int profile) {
MockPersonalDataManagerObserver observer;
EXPECT_CALL(observer, OnPersonalDataChanged()).
WillOnce(QuitUIMessageLoop());

Powered by Google App Engine
This is Rietveld 408576698