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

Unified Diff: chrome/browser/signin/token_service_unittest.cc

Issue 9949024: Moved WebDataService to ProfileKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-base Created 8 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
Index: chrome/browser/signin/token_service_unittest.cc
diff --git a/chrome/browser/signin/token_service_unittest.cc b/chrome/browser/signin/token_service_unittest.cc
index 68880ce52b99902a97b1ac2931c325fb3ba91e99..786b95a0e763b8c6e5795bedaa1d0096b8937dc4 100644
--- a/chrome/browser/signin/token_service_unittest.cc
+++ b/chrome/browser/signin/token_service_unittest.cc
@@ -72,7 +72,6 @@ void TokenServiceTestHarness::SetUp() {
ASSERT_TRUE(db_thread_.Start());
profile_.reset(new TestingProfile());
- profile_->CreateWebDataService(false);
WaitForDBLoadCompletion();
service_ = TokenServiceFactory::GetForProfile(profile_.get());
« no previous file with comments | « chrome/browser/signin/token_service_factory.cc ('k') | chrome/browser/sync/glue/autofill_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698