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

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

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review. Created 8 years 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 d97ce00cb2468778333921d42c8fbd766fe15c3a..ca3b04219c57d330bc7cdbed39620302225448da 100644
--- a/chrome/browser/policy/policy_statistics_collector.h
+++ b/chrome/browser/policy/policy_statistics_collector.h
@@ -11,6 +11,8 @@
#include "base/time.h"
class PrefService;
+class PrefServiceSimple;
+class PrefServiceSyncable;
Mattias Nissler (ping if slow) 2012/12/20 13:41:52 needed?
Jói 2012/12/20 16:30:31 Removed.
namespace base {
class TaskRunner;
@@ -36,7 +38,7 @@ class PolicyStatisticsCollector {
// Completes initialization and starts periodical statistic updates.
void Initialize();
- static void RegisterPrefs(PrefService* prefs);
+ static void RegisterPrefs(PrefServiceSimple* prefs);
protected:
// protected virtual for mocking.

Powered by Google App Engine
This is Rietveld 408576698