Index: chrome/browser/metrics/metrics_log.h |
diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h |
index 4d9565063fba40bcd3b8aed8823787e0483b7691..f5bcb9e2c6e7bf755647cabed058426fd5059bf2 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 PrefRegistrySimple; |
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(PrefRegistrySimple* registry); |
// 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. |