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

Unified Diff: chrome/browser/autofill/autofill_metrics_unittest.cc

Issue 9834056: Moved WebDataService to ProfileKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unchanged file Created 8 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/autofill/autofill_metrics_unittest.cc
diff --git a/chrome/browser/autofill/autofill_metrics_unittest.cc b/chrome/browser/autofill/autofill_metrics_unittest.cc
index df71b842ad52b45e9fd923e567aeece1d892c7b3..d6abecc49ad640c2474f67e2de0a34d81486fd75 100644
--- a/chrome/browser/autofill/autofill_metrics_unittest.cc
+++ b/chrome/browser/autofill/autofill_metrics_unittest.cc
@@ -930,6 +930,7 @@ TEST_F(AutofillMetricsTest, AutofillIsEnabledAtStartup) {
EXPECT_CALL(*personal_data_.metric_logger(),
LogIsAutofillEnabledAtStartup(true)).Times(1);
personal_data_.Init(profile());
+ personal_data_.Shutdown();
rpetterson 2012/03/27 01:15:06 Why is this needed now (as opposed to before)?
GeorgeY 2012/03/30 19:20:12 It is either this or make an empty service like fo
personal_data_.set_autofill_enabled(false);
EXPECT_CALL(*personal_data_.metric_logger(),

Powered by Google App Engine
This is Rietveld 408576698