| Index: sync/engine/net/server_connection_manager.cc
|
| diff --git a/sync/engine/net/server_connection_manager.cc b/sync/engine/net/server_connection_manager.cc
|
| index 152223aea42e3291509d903b5c40e7a840b60e54..ff85d107900874799706f4b7a5e251a3d7d6d1be 100644
|
| --- a/sync/engine/net/server_connection_manager.cc
|
| +++ b/sync/engine/net/server_connection_manager.cc
|
| @@ -20,7 +20,7 @@
|
| #include "sync/protocol/sync.pb.h"
|
| #include "sync/syncable/directory.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| using std::ostream;
|
| using std::string;
|
| @@ -330,4 +330,4 @@ std::ostream& operator << (std::ostream& s, const struct HttpResponse& hr) {
|
| return s;
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|