| Index: components/sync/api/entity_change.h
|
| diff --git a/components/sync/api/entity_change.h b/components/sync/api/entity_change.h
|
| index 656b7ce68f6ab258cebb5b4eb6a831da2f023b37..7365dfbcc0310caad814f02a7172675f22678b44 100644
|
| --- a/components/sync/api/entity_change.h
|
| +++ b/components/sync/api/entity_change.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "components/sync/api/entity_data.h"
|
|
|
| -namespace syncer_v2 {
|
| +namespace syncer {
|
|
|
| class EntityChange {
|
| public:
|
| @@ -41,6 +41,6 @@ class EntityChange {
|
|
|
| typedef std::vector<EntityChange> EntityChangeList;
|
|
|
| -} // namespace syncer_v2
|
| +} // namespace syncer
|
|
|
| #endif // COMPONENTS_SYNC_API_ENTITY_CHANGE_H_
|
|
|