| Index: sync/protocol/proto_value_conversions_unittest.cc
|
| diff --git a/sync/protocol/proto_value_conversions_unittest.cc b/sync/protocol/proto_value_conversions_unittest.cc
|
| index 6363c736b1ab200393cbddb93d322a03c6609ba6..304a33f46621d9b4fe2845d6c632c954496f3ee6 100644
|
| --- a/sync/protocol/proto_value_conversions_unittest.cc
|
| +++ b/sync/protocol/proto_value_conversions_unittest.cc
|
| @@ -27,7 +27,7 @@
|
| #include "sync/protocol/typed_url_specifics.pb.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace {
|
|
|
| class ProtoValueConversionsTest : public testing::Test {
|
| @@ -250,4 +250,4 @@ TEST_F(ProtoValueConversionsTest, ClientToServerResponseToValue) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|