Chromium Code Reviews| 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..cfbe682025bafe1541213d4c9b52ffa591222164 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 { |
|
rlarocque
2012/06/28 00:27:56
See matching brace's comment.
|
| #define ASSERT_ENUM_BOUNDS(enum_parent, enum_type, enum_min, enum_max) \ |
| COMPILE_ASSERT(enum_parent::enum_type##_MIN == enum_parent::enum_min, \ |