| Index: chrome/browser/sync/syncable/model_type_payload_map.h
|
| ===================================================================
|
| --- chrome/browser/sync/syncable/model_type_payload_map.h (revision 92173)
|
| +++ chrome/browser/sync/syncable/model_type_payload_map.h (working copy)
|
| @@ -14,7 +14,9 @@
|
| #include "chrome/browser/sync/engine/model_safe_worker.h"
|
| #include "chrome/browser/sync/syncable/model_type.h"
|
|
|
| +namespace base {
|
| class DictionaryValue;
|
| +}
|
|
|
| namespace syncable {
|
|
|
| @@ -40,7 +42,7 @@
|
| const ModelTypePayloadMap& model_type_payloads);
|
|
|
| // Caller takes ownership of the returned dictionary.
|
| -DictionaryValue* ModelTypePayloadMapToValue(
|
| +base::DictionaryValue* ModelTypePayloadMapToValue(
|
| const ModelTypePayloadMap& model_type_payloads);
|
|
|
| // Coalesce |update| into |original|, overwriting only when |update| has
|
|
|