| Index: components/sync/api/conflict_resolution.h
|
| diff --git a/components/sync/api/conflict_resolution.h b/components/sync/api/conflict_resolution.h
|
| index 542910f5ab0d1f31e214947c97169047d25c9e58..1f6c77b5279ea90ba317540a92dd387842dcbc47 100644
|
| --- a/components/sync/api/conflict_resolution.h
|
| +++ b/components/sync/api/conflict_resolution.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "components/sync/api/entity_data.h"
|
|
|
| -namespace syncer_v2 {
|
| +namespace syncer {
|
|
|
| // A simple class to represent the resolution of a data conflict. We either:
|
| // 1) Use the local client data and update the server.
|
| @@ -52,6 +52,6 @@ class ConflictResolution {
|
| DISALLOW_COPY_AND_ASSIGN(ConflictResolution);
|
| };
|
|
|
| -} // namespace syncer_v2
|
| +} // namespace syncer
|
|
|
| #endif // COMPONENTS_SYNC_API_CONFLICT_RESOLUTION_H_
|
|
|