| 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());
|
|
|