| Index: sync/protocol/proto_enum_conversions.h
|
| diff --git a/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h
|
| index f9c07da5ae69cee3de7eb9bc18dceba7a131746f..377ec0dd6fb1fa1162b55a488378861004a33bfe 100644
|
| --- a/sync/protocol/proto_enum_conversions.h
|
| +++ b/sync/protocol/proto_enum_conversions.h
|
| @@ -14,7 +14,7 @@
|
| // Utility functions to get the string equivalent for some sync proto
|
| // enums.
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // The returned strings (which don't have to be freed) are in ASCII.
|
| // The result of passing in an invalid enum value is undefined.
|
| @@ -45,6 +45,6 @@ const char* GetDeviceTypeString(
|
| const char* GetFaviconTypeString(
|
| sync_pb::SessionTab::FaviconType favicon_type);
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
|
|