Index: components/sync_driver/model_associator.h |
diff --git a/components/sync_driver/model_associator.h b/components/sync_driver/model_associator.h |
index b7ec7b61e11b0e384c8f440a9d30f465b65154a7..0bc6d7af3c76a14ddbf4fcfe49b850c80421c865 100644 |
--- a/components/sync_driver/model_associator.h |
+++ b/components/sync_driver/model_associator.h |
@@ -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_ |