Index: chrome/browser/metrics/metrics_log.h |
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h |
index df6a3b533bcaf43affee02c8d2a8b0e7169e6c1f..d8b9bfaf3f971dcc1bd647f501f654a24330c398 100644 |
--- a/chrome/browser/metrics/metrics_log.h |
+++ b/chrome/browser/metrics/metrics_log.h |
@@ -19,7 +19,7 @@ |
struct AutocompleteLog; |
class PrefService; |
-class PrefServiceSimple; |
+class PrefRegistrarSimple; |
namespace base { |
class DictionaryValue; |
@@ -64,7 +64,7 @@ class MetricsLog : public MetricsLogBase { |
MetricsLog(const std::string& client_id, int session_id); |
virtual ~MetricsLog(); |
- static void RegisterPrefs(PrefServiceSimple* prefs); |
+ static void RegisterPrefs(PrefRegistrarSimple* prefs); |
// Get the amount of uptime in seconds since this function was last called. |
// This updates the cumulative uptime metric for uninstall as a side effect. |