summaryrefslogtreecommitdiffstats
path: root/components/syncable_prefs/pref_service_syncable_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/syncable_prefs/pref_service_syncable_factory.cc')
-rw-r--r--components/syncable_prefs/pref_service_syncable_factory.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/syncable_prefs/pref_service_syncable_factory.cc b/components/syncable_prefs/pref_service_syncable_factory.cc
index 4e3ae2d..6ec2880 100644
--- a/components/syncable_prefs/pref_service_syncable_factory.cc
+++ b/components/syncable_prefs/pref_service_syncable_factory.cc
@@ -18,6 +18,8 @@
#include "components/policy/core/common/policy_types.h"
#endif
+namespace syncable_prefs {
+
PrefServiceSyncableFactory::PrefServiceSyncableFactory() {
}
@@ -67,3 +69,5 @@ scoped_ptr<PrefServiceSyncable> PrefServiceSyncableFactory::CreateSyncable(
async_));
return pref_service.Pass();
}
+
+} // namespace syncable_prefs