| Index: sync/engine/sync_engine_event.h
|
| diff --git a/sync/engine/sync_engine_event.h b/sync/engine/sync_engine_event.h
|
| index e0d011cf594483df3f4514ba2f207c561782d077..6545461e8d606983040a44a403d1209e9ccbdbd8 100644
|
| --- a/sync/engine/sync_engine_event.h
|
| +++ b/sync/engine/sync_engine_event.h
|
| @@ -15,7 +15,7 @@ namespace syncable {
|
| class Id;
|
| }
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| struct SyncEngineEvent {
|
| enum EventCause {
|
| @@ -67,6 +67,6 @@ class SyncEngineEventListener {
|
| virtual ~SyncEngineEventListener() {}
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_ENGINE_SYNC_ENGINE_EVENT_H_
|
|
|