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

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: Created 7 years, 12 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 5a363874deafeb12d1c1abf36b7811bc7c3052de..c716f5b5f3ec1ba30fed70c4a644dfc377597201 100644
--- a/chrome/browser/metrics/variations/variations_service.h
+++ b/chrome/browser/metrics/variations/variations_service.h
@@ -21,7 +21,7 @@
#include "net/url_request/url_fetcher_delegate.h"
class PrefService;
-class PrefServiceSimple;
+class PrefRegistrarSimple;
namespace chrome_variations {
@@ -50,7 +50,7 @@ class VariationsService
void StartRepeatedVariationsSeedFetch();
// Register Variations related prefs in Local State.
- static void RegisterPrefs(PrefServiceSimple* prefs);
+ static void RegisterPrefs(PrefRegistrarSimple* prefs);
// Exposed for testing.
void SetCreateTrialsFromSeedCalledForTesting(bool called);

Powered by Google App Engine
This is Rietveld 408576698