diff options
Diffstat (limited to 'sync/protocol/proto_enum_conversions_unittest.cc')
-rw-r--r-- | sync/protocol/proto_enum_conversions_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/protocol/proto_enum_conversions_unittest.cc b/sync/protocol/proto_enum_conversions_unittest.cc index eb69d5a..de208b9 100644 --- a/sync/protocol/proto_enum_conversions_unittest.cc +++ b/sync/protocol/proto_enum_conversions_unittest.cc @@ -10,7 +10,7 @@ #include "testing/gtest/include/gtest/gtest.h" -namespace csync { +namespace syncer { namespace { class ProtoEnumConversionsTest : public testing::Test { @@ -90,4 +90,4 @@ TEST_F(ProtoEnumConversionsTest, GetActionString) { } } // namespace -} // namespace csync +} // namespace syncer |