Chromium Code Reviews| 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. |