Chromium Code Reviews| Index: sync/notifier/state_writer.h |
| diff --git a/sync/notifier/state_writer.h b/sync/notifier/state_writer.h |
| index f135f158050572af807769f97a20e33efb7e2fb1..4fe33cbce9ca093831bf964fa6f86aead2aecf5c 100644 |
| --- a/sync/notifier/state_writer.h |
| +++ b/sync/notifier/state_writer.h |
| @@ -10,7 +10,7 @@ |
| #include <string> |
| -namespace csync { |
| +namespace syncer { |
| class StateWriter { |
| public: |
| @@ -19,6 +19,6 @@ class StateWriter { |
| virtual void WriteState(const std::string& state) = 0; |
| }; |
| -} // sync_notifier |
| +} // namespace syncer |
| #endif // SYNC_NOTIFIER_STATE_WRITER_H_ |