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 51950ef2c5d017ab920124e1c18bdf13c2c13abd..0e3e800fd7cb617fa15a87057919467a1c4fd48b 100644 |
--- a/chrome/browser/sync/test/integration/autofill_helper.h |
+++ b/chrome/browser/sync/test/integration/autofill_helper.h |
@@ -31,7 +31,7 @@ enum ProfileType { |
}; |
// Used to access the web data service within a particular sync profile. |
-WebDataService* GetWebDataService(int index) WARN_UNUSED_RESULT; |
+scoped_refptr<WebDataService> GetWebDataService(int index) WARN_UNUSED_RESULT; |
// Used to access the personal data manager within a particular sync profile. |
PersonalDataManager* GetPersonalDataManager(int index) WARN_UNUSED_RESULT; |