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