| Index: chrome/common/safe_browsing/protobuf_message_param_traits.h
|
| diff --git a/chrome/common/safe_browsing/protobuf_message_param_traits.h b/chrome/common/safe_browsing/protobuf_message_param_traits.h
|
| index b2e5ef4490b79c52892a7ef728a9664c1396eaab..46890e41aff2d4f20ba185605caad9b544f0bf4e 100644
|
| --- a/chrome/common/safe_browsing/protobuf_message_param_traits.h
|
| +++ b/chrome/common/safe_browsing/protobuf_message_param_traits.h
|
| @@ -24,7 +24,9 @@ struct ParamTraits<google::protobuf::RepeatedPtrField<Element>> {
|
| WriteParam(m, element);
|
| }
|
|
|
| - static bool Read(const Message* m, PickleIterator* iter, param_type* p) {
|
| + static bool Read(const Message* m,
|
| + base::PickleIterator* iter,
|
| + param_type* p) {
|
| int size;
|
| if (!iter->ReadLength(&size) || size < 0)
|
| return false;
|
|
|