| Index: base/pickle.h
|
| diff --git a/base/pickle.h b/base/pickle.h
|
| index 22daa1950557fa9b5d1d529c486d52b06425bf7e..3254837398f37cff34b992ef75130953f0938bcc 100644
|
| --- a/base/pickle.h
|
| +++ b/base/pickle.h
|
| @@ -114,7 +114,7 @@ class BASE_EXPORT Pickle {
|
| // instead the data is merely referenced by this Pickle. Only const methods
|
| // should be used on the Pickle when initialized this way. The header
|
| // padding size is deduced from the data length.
|
| - Pickle(const char* data, size_t data_len);
|
| + Pickle(const char* data, int data_len);
|
|
|
| // Initializes a Pickle as a deep copy of another Pickle.
|
| Pickle(const Pickle& other);
|
|
|