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); |