Index: chrome/browser/metrics/metrics_service.h |
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h |
index 308fe57ba1db9653251effc95e3bf085f6b34f16..2f3e03304f91a3bf6fcc09c5a59f80e76367a7f9 100644 |
--- a/chrome/browser/metrics/metrics_service.h |
+++ b/chrome/browser/metrics/metrics_service.h |
@@ -34,7 +34,7 @@ class BookmarkModel; |
class BookmarkNode; |
class MetricsReportingScheduler; |
class PrefService; |
-class PrefServiceSimple; |
+class PrefRegistrySimple; |
class Profile; |
class TemplateURLService; |
@@ -124,7 +124,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* local_state); |
// 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, |