| Index: sync/engine/syncer_util.cc
|
| diff --git a/sync/engine/syncer_util.cc b/sync/engine/syncer_util.cc
|
| index 3e784727d08824872fee44b0165d533402730568..4b95d056115d95adf9ca72774ba0099192cece5f 100644
|
| --- a/sync/engine/syncer_util.cc
|
| +++ b/sync/engine/syncer_util.cc
|
| @@ -68,7 +68,7 @@ using syncable::SPECIFICS;
|
| using syncable::SYNCER;
|
| using syncable::WriteTransaction;
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // Returns the number of unsynced entries.
|
| // static
|
| @@ -722,4 +722,4 @@ VerifyResult SyncerUtil::VerifyUndelete(syncable::WriteTransaction* trans,
|
| return VERIFY_UNDECIDED;
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|