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

Unified Diff: chrome/browser/metrics/variations/variations_service_unittest.cc

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. Created 8 years 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/metrics/variations/variations_service_unittest.cc
diff --git a/chrome/browser/metrics/variations/variations_service_unittest.cc b/chrome/browser/metrics/variations/variations_service_unittest.cc
index c18c70276589a98f95a873cdf695e2241379d528..2137be037c432d1065de264643b7e9755e2cb47e 100644
--- a/chrome/browser/metrics/variations/variations_service_unittest.cc
+++ b/chrome/browser/metrics/variations/variations_service_unittest.cc
@@ -338,7 +338,7 @@ TEST(VariationsServiceTest, IsStudyExpired) {
}
TEST(VariationsServiceTest, LoadSeed) {
- TestingPrefService pref_service;
+ TestingPrefServiceSimple pref_service;
VariationsService::RegisterPrefs(&pref_service);
@@ -378,7 +378,7 @@ TEST(VariationsServiceTest, LoadSeed) {
}
TEST(VariationsServiceTest, StoreSeed) {
- TestingPrefService pref_service;
+ TestingPrefServiceSimple pref_service;
VariationsService::RegisterPrefs(&pref_service);
const base::Time now = base::Time::Now();
« no previous file with comments | « chrome/browser/metrics/variations/variations_service.cc ('k') | chrome/browser/net/http_server_properties_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698