summaryrefslogtreecommitdiffstats
path: root/components/syncable_prefs/pref_model_associator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/syncable_prefs/pref_model_associator.cc')
-rw-r--r--components/syncable_prefs/pref_model_associator.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/syncable_prefs/pref_model_associator.cc b/components/syncable_prefs/pref_model_associator.cc
index b4448f3..9379a80 100644
--- a/components/syncable_prefs/pref_model_associator.cc
+++ b/components/syncable_prefs/pref_model_associator.cc
@@ -23,6 +23,8 @@
using syncer::PREFERENCES;
using syncer::PRIORITY_PREFERENCES;
+namespace syncable_prefs {
+
namespace {
const sync_pb::PreferenceSpecifics& GetSpecifics(const syncer::SyncData& pref) {
@@ -622,3 +624,5 @@ void PrefModelAssociator::NotifySyncedPrefObservers(const std::string& path,
FOR_EACH_OBSERVER(SyncedPrefObserver, *observers,
OnSyncedPrefChanged(path, from_sync));
}
+
+} // namespace syncable_prefs