| Index: sync/protocol/proto_value_conversions.h
|
| diff --git a/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h
|
| index 6c61903d5371f57bd2096337ca36a7a3a0f5e937..4ef2400084cf8724581fcf9f2fa77967682c8aca 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_
|
|
|