Index: components/prefs/pref_service_unittest.cc |
diff --git a/components/prefs/pref_service_unittest.cc b/components/prefs/pref_service_unittest.cc |
index 8500cf6e7990a62006c38df2a96c037b885540ca..77ecd199fc9c88ad4f4dd594f2b754d6bf8995e7 100644 |
--- a/components/prefs/pref_service_unittest.cc |
+++ b/components/prefs/pref_service_unittest.cc |
@@ -284,7 +284,7 @@ class WriteFlagChecker : public TestingPrefStore { |
TEST(PrefServiceTest, WriteablePrefStoreFlags) { |
scoped_refptr<WriteFlagChecker> flag_checker(new WriteFlagChecker); |
scoped_refptr<PrefRegistrySimple> registry(new PrefRegistrySimple); |
- base::PrefServiceFactory factory; |
+ PrefServiceFactory factory; |
factory.set_user_prefs(flag_checker); |
scoped_ptr<PrefService> prefs(factory.Create(registry.get())); |