| Index: sync/internal_api/public/engine/passive_model_worker.h
|
| diff --git a/sync/internal_api/public/engine/passive_model_worker.h b/sync/internal_api/public/engine/passive_model_worker.h
|
| index bb0870a7a3abcf5529d5a196617f58fdbbc6b6e4..1ef9864eedbaecc54e96270c79254a5925d99f8e 100644
|
| --- a/sync/internal_api/public/engine/passive_model_worker.h
|
| +++ b/sync/internal_api/public/engine/passive_model_worker.h
|
| @@ -13,7 +13,7 @@
|
|
|
| class MessageLoop;
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // Implementation of ModelSafeWorker for passive types. All work is
|
| // done on the same thread DoWorkAndWaitUntilDone (i.e., the sync
|
| @@ -35,6 +35,6 @@ class PassiveModelWorker : public ModelSafeWorker {
|
| DISALLOW_COPY_AND_ASSIGN(PassiveModelWorker);
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_INTERNAL_API_PUBLIC_ENGINE_PASSIVE_MODEL_WORKER_H_
|
|
|