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

Unified Diff: chrome/browser/policy/policy_statistics_collector.h

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/policy/policy_statistics_collector.h
diff --git a/chrome/browser/policy/policy_statistics_collector.h b/chrome/browser/policy/policy_statistics_collector.h
index 961f3d12a09556e99b7fa8df6a8ff3aa46509167..14e3c0f5d2c3bbb5d0c7abb1741a14f50cf82b19 100644
--- a/chrome/browser/policy/policy_statistics_collector.h
+++ b/chrome/browser/policy/policy_statistics_collector.h
@@ -11,7 +11,7 @@
#include "base/time.h"
class PrefService;
-class PrefServiceSimple;
+class PrefRegistrarSimple;
namespace base {
class TaskRunner;
@@ -37,7 +37,7 @@ class PolicyStatisticsCollector {
// Completes initialization and starts periodical statistic updates.
void Initialize();
- static void RegisterPrefs(PrefServiceSimple* prefs);
+ static void RegisterPrefs(PrefRegistrarSimple* prefs);
protected:
// protected virtual for mocking.

Powered by Google App Engine
This is Rietveld 408576698