| Index: components/sync/syncable/syncable_id.h
|
| diff --git a/components/sync/syncable/syncable_id.h b/components/sync/syncable/syncable_id.h
|
| index 100244b07267d7454a0cf09c3046883814aafb21..67cf909ec9d6b64913b24c708522c0efa72fc157 100644
|
| --- a/components/sync/syncable/syncable_id.h
|
| +++ b/components/sync/syncable/syncable_id.h
|
| @@ -69,9 +69,8 @@ class Id {
|
| // by operator<.
|
| Id GetLexicographicSuccessor() const;
|
|
|
| - // Dumps the ID as a value and returns it. Transfers ownership of
|
| - // the StringValue to the caller.
|
| - base::Value* ToValue() const;
|
| + // Dumps the ID as a value and returns it.
|
| + std::unique_ptr<base::Value> ToValue() const;
|
|
|
| // Three functions are used to work with our proto buffers.
|
| std::string GetServerId() const;
|
|
|