Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6419)

Unified Diff: chrome/browser/sync/test/integration/autofill_helper.h

Issue 12897009: Autofill Webdata Split TRY ONLY (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try again Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/sync/profile_sync_service_autofill_unittest.cc ('k') | chrome/browser/sync/test/integration/autofill_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698