| Index: sync/internal_api/public/sessions/model_neutral_state.h
|
| diff --git a/sync/internal_api/public/sessions/model_neutral_state.h b/sync/internal_api/public/sessions/model_neutral_state.h
|
| index c9f93c834c22aa8c2991e3401ef58d9c6e685b71..fa127b04e8f38200cf74266ef5c1a7cfbb9187b9 100644
|
| --- a/sync/internal_api/public/sessions/model_neutral_state.h
|
| +++ b/sync/internal_api/public/sessions/model_neutral_state.h
|
| @@ -11,7 +11,7 @@
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/protocol/sync_protocol_error.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace sessions {
|
|
|
| // Grouping of all state that applies to all model types. Note that some
|
| @@ -69,6 +69,6 @@ struct ModelNeutralState {
|
| };
|
|
|
| } // namespace sessions
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SESSIONS_MODEL_NEUTRAL_STATE_H_
|
|
|