Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: chrome/browser/metrics/metrics_log.h

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..24eb1fb806abf461664b19c82e57696f4143f76f 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* 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.

Powered by Google App Engine
This is Rietveld 408576698