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 c3bec5c6552011696aacfa9397b8c9a451d0ae5d..51d33754f8c15d33109ba4cc3e5f395a79a44ae0 100644 |
--- a/chrome/browser/sync/test/integration/autofill_helper.h |
+++ b/chrome/browser/sync/test/integration/autofill_helper.h |
@@ -18,9 +18,9 @@ class AutofillEntry; |
class AutofillKey; |
class AutofillProfile; |
class AutofillType; |
+class AutofillWebDataService; |
class CreditCard; |
class PersonalDataManager; |
-class WebDataService; |
namespace autofill_helper { |
@@ -32,7 +32,8 @@ enum ProfileType { |
}; |
// Used to access the web data service within a particular sync profile. |
-scoped_refptr<WebDataService> GetWebDataService(int index) WARN_UNUSED_RESULT; |
+scoped_refptr<AutofillWebDataService> 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; |