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

Unified Diff: chrome/browser/policy/device_status_collector.cc

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/device_status_collector.cc
diff --git a/chrome/browser/policy/device_status_collector.cc b/chrome/browser/policy/device_status_collector.cc
index fd454aa78b1bb882c7e7bfd3e5769e415fe13258..1917d0741dc0477c95350c1a944b5ee98194c713 100644
--- a/chrome/browser/policy/device_status_collector.cc
+++ b/chrome/browser/policy/device_status_collector.cc
@@ -152,7 +152,7 @@ DeviceStatusCollector::~DeviceStatusCollector() {
}
// static
-void DeviceStatusCollector::RegisterPrefs(PrefService* local_state) {
+void DeviceStatusCollector::RegisterPrefs(PrefServiceSimple* local_state) {
local_state->RegisterDictionaryPref(prefs::kDeviceActivityTimes,
new base::DictionaryValue);
local_state->RegisterDictionaryPref(prefs::kDeviceLocation,

Powered by Google App Engine
This is Rietveld 408576698