diff options
Diffstat (limited to 'sync/engine/syncproto_unittest.cc')
-rw-r--r-- | sync/engine/syncproto_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/syncproto_unittest.cc b/sync/engine/syncproto_unittest.cc index d641b5d..1ceaab3 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 |