| Index: chrome/browser/sync/syncable/syncable.h
|
| diff --git a/chrome/browser/sync/syncable/syncable.h b/chrome/browser/sync/syncable/syncable.h
|
| index e0fbe1d060cef2b1768b474214c277def288b5ef..244cdb6f37f25ff9178cc0a0a279984828492245 100644
|
| --- a/chrome/browser/sync/syncable/syncable.h
|
| +++ b/chrome/browser/sync/syncable/syncable.h
|
| @@ -567,6 +567,10 @@ typedef browser_sync::Immutable<EntryKernelMutationMap>
|
| ImmutableEntryKernelMutationMap;
|
|
|
| // Caller owns the return value.
|
| +base::DictionaryValue* EntryKernelMutationToValue(
|
| + const EntryKernelMutation& mutation);
|
| +
|
| +// Caller owns the return value.
|
| base::ListValue* EntryKernelMutationMapToValue(
|
| const EntryKernelMutationMap& mutations);
|
|
|
|
|