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