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

Unified Diff: chrome/browser/sync/profile_sync_service_autofill_unittest.cc

Issue 15734014: Split token-related methods from WebDataService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/profile_sync_service_autofill_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
index b7e391748fd6ad4680d62fdfab9bd244d379aaf0..9e6a882e9bdab61f8b4c361f69a3e612e65c4911 100644
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
@@ -161,10 +161,10 @@ syncer::ModelType GetModelType<AutofillProfile>() {
return syncer::AUTOFILL_PROFILE;
}
-class TokenWebDataServiceFake : public WebDataService {
+class TokenWebDataServiceFake : public TokenWebData {
public:
TokenWebDataServiceFake()
- : WebDataService() {
+ : TokenWebData() {
}
virtual bool IsDatabaseLoaded() OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698