diff options
Diffstat (limited to 'sync/protocol/proto_value_conversions.h')
-rw-r--r-- | sync/protocol/proto_value_conversions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h index 6c61903..4ef2400 100644 --- a/sync/protocol/proto_value_conversions.h +++ b/sync/protocol/proto_value_conversions.h @@ -50,7 +50,7 @@ class TypedUrlSpecifics; // // TODO(akalin): Improve enum support. -namespace csync { +namespace syncer { // Ownership of all returned DictionaryValues are transferred to the // caller. @@ -148,6 +148,6 @@ base::DictionaryValue* ClientToServerResponseToValue( bool include_specifics); -} // namespace csync +} // namespace syncer #endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_ |