| Index: chrome/browser/metrics/metrics_service.h
|
| diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
|
| index 4c92a43c21567598c3710d9dd3c5893d20943e07..d14be3d8b69655dcc239563ad5976206d95f6e48 100644
|
| --- a/chrome/browser/metrics/metrics_service.h
|
| +++ b/chrome/browser/metrics/metrics_service.h
|
| @@ -33,7 +33,7 @@
|
|
|
| class MetricsReportingScheduler;
|
| class PrefService;
|
| -class PrefServiceSimple;
|
| +class PrefRegistrySimple;
|
| class Profile;
|
| class TemplateURLService;
|
|
|
| @@ -123,7 +123,7 @@ class MetricsService
|
|
|
| // At startup, prefs needs to be called with a list of all the pref names and
|
| // types we'll be using.
|
| - static void RegisterPrefs(PrefServiceSimple* local_state);
|
| + static void RegisterPrefs(PrefRegistrySimple* registry);
|
|
|
| // Set up notifications which indicate that a user is performing work. This is
|
| // useful to allow some features to sleep, until the machine becomes active,
|
|
|