| Index: sync/protocol/proto_enum_conversions.cc
|
| diff --git a/sync/protocol/proto_enum_conversions.cc b/sync/protocol/proto_enum_conversions.cc
|
| index f8fc1484d6589543ca79a06a6792d653b61336d9..d80b4e31ad955c6b6398f25e8b228aef1d6fe73c 100644
|
| --- a/sync/protocol/proto_enum_conversions.cc
|
| +++ b/sync/protocol/proto_enum_conversions.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| #define ASSERT_ENUM_BOUNDS(enum_parent, enum_type, enum_min, enum_max) \
|
| COMPILE_ASSERT(enum_parent::enum_type##_MIN == enum_parent::enum_min, \
|
| @@ -170,4 +170,4 @@ const char* GetFaviconTypeString(
|
| #undef ASSERT_ENUM_BOUNDS
|
| #undef ENUM_CASE
|
|
|
| -} // namespace
|
| +} // namespace syncer
|
|
|