| 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
|
|
|