| Index: components/sync/api/entity_change.cc
|
| diff --git a/components/sync/api/entity_change.cc b/components/sync/api/entity_change.cc
|
| index e0c1f952108d1c54bd15f56ee0982264dee3e5d9..936cefa462d35b10789b58e280c8c063748472cf 100644
|
| --- a/components/sync/api/entity_change.cc
|
| +++ b/components/sync/api/entity_change.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "components/sync/api/entity_change.h"
|
|
|
| -namespace syncer_v2 {
|
| +namespace syncer {
|
|
|
| // static
|
| EntityChange EntityChange::CreateAdd(const std::string& storage_key,
|
| @@ -32,4 +32,4 @@ EntityChange::EntityChange(const EntityChange& other) = default;
|
|
|
| EntityChange::~EntityChange() {}
|
|
|
| -} // namespace syncer_v2
|
| +} // namespace syncer
|
|
|