| Index: sync/internal_api/public/util/enum_set_unittest.cc
|
| diff --git a/sync/internal_api/public/util/enum_set_unittest.cc b/sync/internal_api/public/util/enum_set_unittest.cc
|
| index 1f6223c4628a22919820a7b792eb025b8b98fc99..5f222c6c8722aad0896143bfb12db40e7a0e9c0a 100644
|
| --- a/sync/internal_api/public/util/enum_set_unittest.cc
|
| +++ b/sync/internal_api/public/util/enum_set_unittest.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/basictypes.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace {
|
|
|
| enum TestEnum {
|
| @@ -192,4 +192,4 @@ TEST_F(EnumSetTest, Difference) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|