| Index: sync/engine/update_applicator.h
|
| diff --git a/sync/engine/update_applicator.h b/sync/engine/update_applicator.h
|
| index fbc83610cc721a7a0fe919a969bd75452d86fd8f..de059993c758cd608d1d7f1e75753308764c9eb9 100644
|
| --- a/sync/engine/update_applicator.h
|
| +++ b/sync/engine/update_applicator.h
|
| @@ -24,7 +24,7 @@ class WriteTransaction;
|
| class Entry;
|
| }
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| namespace sessions {
|
| class ConflictProgress;
|
| @@ -109,6 +109,6 @@ class UpdateApplicator {
|
| DISALLOW_COPY_AND_ASSIGN(UpdateApplicator);
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_ENGINE_UPDATE_APPLICATOR_H_
|
|
|