| 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 03e9f68705aedb0a8b62805d983dd4d125679aa1..8e8b3f09163f78990a10ca68ccc284d3cd3c0cad 100644
|
| --- a/chrome/browser/sync/test/integration/autofill_helper.h
|
| +++ b/chrome/browser/sync/test/integration/autofill_helper.h
|
| @@ -34,7 +34,7 @@ enum ProfileType {
|
| };
|
|
|
| // Used to access the web data service within a particular sync profile.
|
| -scoped_refptr<autofill::AutofillWebDataService> GetWebDataService(
|
| +autofill::AutofillWebDataService* GetWebDataService(
|
| int index) WARN_UNUSED_RESULT;
|
|
|
| // Used to access the personal data manager within a particular sync profile.
|
|
|