summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/test_extension_prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/test_extension_prefs.h')
-rw-r--r--chrome/browser/extensions/test_extension_prefs.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/extensions/test_extension_prefs.h b/chrome/browser/extensions/test_extension_prefs.h
index 6477280..29855ec 100644
--- a/chrome/browser/extensions/test_extension_prefs.h
+++ b/chrome/browser/extensions/test_extension_prefs.h
@@ -15,13 +15,16 @@
class ExtensionPrefValueMap;
class PrefService;
-class PrefServiceSyncable;
namespace base {
class DictionaryValue;
class SequencedTaskRunner;
}
+namespace syncable_prefs {
+class PrefServiceSyncable;
+}
+
namespace user_prefs {
class PrefRegistrySyncable;
}
@@ -94,7 +97,7 @@ class TestExtensionPrefs {
base::FilePath preferences_file_;
base::FilePath extensions_dir_;
scoped_refptr<user_prefs::PrefRegistrySyncable> pref_registry_;
- scoped_ptr<PrefServiceSyncable> pref_service_;
+ scoped_ptr<syncable_prefs::PrefServiceSyncable> pref_service_;
scoped_ptr<ExtensionPrefValueMap> extension_pref_value_map_;
const scoped_refptr<base::SequencedTaskRunner> task_runner_;