| Index: sync/engine/syncproto_unittest.cc
|
| diff --git a/sync/engine/syncproto_unittest.cc b/sync/engine/syncproto_unittest.cc
|
| index d641b5d3f4957fd62350f59fff0c7f91ca3b70c8..1ceaab3a62c9d77715fb7f5292a9dfcbd6e3bf92 100644
|
| --- a/sync/engine/syncproto_unittest.cc
|
| +++ b/sync/engine/syncproto_unittest.cc
|
| @@ -5,7 +5,7 @@
|
| #include "sync/engine/syncproto.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| class SyncProtoTest : public testing::Test {
|
| };
|
| @@ -15,4 +15,4 @@ TEST_F(SyncProtoTest, ProtocolVersionPresent) {
|
| EXPECT_TRUE(csm.has_protocol_version());
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|