Index: chrome/browser/prefs/chrome_pref_service_factory.h |
diff --git a/chrome/browser/prefs/chrome_pref_service_factory.h b/chrome/browser/prefs/chrome_pref_service_factory.h |
index 84e5a637400ef75d6be8aaccf3939d91d9212a69..b0faab710230b6025dbd6e14e55f9ab5d79b00dd 100644 |
--- a/chrome/browser/prefs/chrome_pref_service_factory.h |
+++ b/chrome/browser/prefs/chrome_pref_service_factory.h |
@@ -14,7 +14,7 @@ class PolicyService; |
} |
class FilePath; |
-class PrefServiceSimple; |
+class PrefService; |
class PrefServiceSyncable; |
class PrefStore; |
@@ -34,7 +34,7 @@ namespace chrome_prefs { |
// guaranteed that in asynchronous version initialization happens after this |
// function returned. |
-PrefServiceSimple* CreateLocalState( |
+PrefService* CreateLocalState( |
const FilePath& pref_filename, |
base::SequencedTaskRunner* pref_io_task_runner, |
policy::PolicyService* policy_service, |