Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / sync_driver / model_associator.h
index b7ec7b6..0bc6d7a 100644 (file)
@@ -15,7 +15,7 @@ class BaseNode;
 class SyncMergeResult;
 }
 
-namespace browser_sync {
+namespace sync_driver {
 
 // This represents the fundamental operations used for model association that
 // are common to all ModelAssociators and do not depend on types of the models
@@ -90,6 +90,6 @@ class PerDataTypeAssociatorInterface : public AssociatorInterface {
   virtual void Disassociate(int64 sync_id) = 0;
 };
 
-}  // namespace browser_sync
+}  // namespace sync_driver
 
 #endif  // COMPONENTS_SYNC_DRIVER_MODEL_ASSOCIATOR_H_