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

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

Issue 1851243002: [Sync] Eliminate verifier profile from sync_integration_tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not remove AwaitQuiescence() 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: 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 36137313d952f39d13b3222da74bea3872cc8eac..14dca507948aa2c855bf7016226fad9c883367dc 100644
--- a/chrome/browser/sync/test/integration/autofill_helper.h
+++ b/chrome/browser/sync/test/integration/autofill_helper.h
@@ -88,7 +88,7 @@ void UpdateProfile(int profile,
// Gets all the Autofill profiles in the PersonalDataManager of sync profile
// |profile|.
-const std::vector<autofill::AutofillProfile*>& GetAllProfiles(
+const std::vector<autofill::AutofillProfile*>& GetAllAutoFillProfiles(
int profile) WARN_UNUSED_RESULT;
// Returns the number of autofill profiles contained by sync profile
« no previous file with comments | « chrome/browser/sync/test/integration/apps_helper.cc ('k') | chrome/browser/sync/test/integration/autofill_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698