| Index: chrome/browser/sync/protocol/proto_value_conversions.h
|
| diff --git a/chrome/browser/sync/protocol/proto_value_conversions.h b/chrome/browser/sync/protocol/proto_value_conversions.h
|
| index f15b06fbb225c02420f90cbe7e093e88ed1f1796..fb323266f4902fd3df690db5af50c44044a37ce7 100644
|
| --- a/chrome/browser/sync/protocol/proto_value_conversions.h
|
| +++ b/chrome/browser/sync/protocol/proto_value_conversions.h
|
| @@ -135,7 +135,7 @@ base::DictionaryValue* TypedUrlSpecificsToValue(
|
| // Any present extensions are mapped to sub-dictionary values with the
|
| // key equal to the extension name.
|
| base::DictionaryValue* EntitySpecificsToValue(
|
| - const sync_pb::EntitySpecifics& entity_specifics);
|
| + const sync_pb::EntitySpecifics& specifics);
|
|
|
| } // namespace browser_sync
|
|
|
|
|