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