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

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

Issue 13898011: Move SupportsUserData code into AutofillWebData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and test fix Created 7 years, 8 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
« no previous file with comments | « no previous file | components/autofill/browser/webdata/autofill_webdata_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 61a069baea60def69c892b1bfcd0464527d43d05..4298614448b3bd6dda7989a2e9f350f23ef1a17d 100644
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
@@ -279,7 +279,7 @@ class WebDataServiceFake : public AutofillWebDataService {
void DestroySyncableService() {
ASSERT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::DB));
- WebDataServiceBase::ShutdownOnDBThread();
+ AutofillWebDataService::ShutdownOnDBThread();
autocomplete_syncable_service_ = NULL;
autofill_profile_syncable_service_ = NULL;
syncable_service_created_or_destroyed_.Signal();
« no previous file with comments | « no previous file | components/autofill/browser/webdata/autofill_webdata_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698