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

Unified Diff: chrome/browser/metrics/variations/variations_service.h

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments, fix build and test issues. Created 7 years, 11 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/metrics/variations/variations_service.h
diff --git a/chrome/browser/metrics/variations/variations_service.h b/chrome/browser/metrics/variations/variations_service.h
index cd5bd36cd199912fb0d43d478409f9cfcbdb2cd2..9b034e9a2df764835e65f0decb3fddb78989df88 100644
--- a/chrome/browser/metrics/variations/variations_service.h
+++ b/chrome/browser/metrics/variations/variations_service.h
@@ -25,7 +25,7 @@
#endif
class PrefService;
-class PrefServiceSimple;
+class PrefRegistrySimple;
namespace chrome_variations {
@@ -56,7 +56,7 @@ class VariationsService
void SetCreateTrialsFromSeedCalledForTesting(bool called);
// Register Variations related prefs in Local State.
- static void RegisterPrefs(PrefServiceSimple* prefs);
+ static void RegisterPrefs(PrefRegistrySimple* registry);
// Factory method for creating a VariationsService.
static VariationsService* Create();

Powered by Google App Engine
This is Rietveld 408576698