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

Unified Diff: chrome/browser/sync/test/integration/autofill_helper.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: chrome/browser/sync/test/integration/autofill_helper.h
diff --git a/chrome/browser/sync/test/integration/autofill_helper.h b/chrome/browser/sync/test/integration/autofill_helper.h
index 788e5ee65711403e92e484d807ff5bdf97571061..7cffe6e18578b0429cb6bbfeb82e697b0db32856 100644
--- a/chrome/browser/sync/test/integration/autofill_helper.h
+++ b/chrome/browser/sync/test/integration/autofill_helper.h
@@ -86,8 +86,8 @@ void UpdateProfile(int profile,
// Gets all the Autofill profiles in the PersonalDataManager of sync profile
// |profile|.
-const std::vector<autofill::AutofillProfile*>& GetAllAutoFillProfiles(
- int profile) WARN_UNUSED_RESULT;
+std::vector<autofill::AutofillProfile*> GetAllAutoFillProfiles(int profile)
+ WARN_UNUSED_RESULT;
// Returns the number of autofill profiles contained by sync profile
// |profile|.

Powered by Google App Engine
This is Rietveld 408576698