| Index: mojo/public/cpp/bindings/tests/pickled_struct_chromium.h
|
| diff --git a/mojo/public/cpp/bindings/tests/pickled_struct_chromium.h b/mojo/public/cpp/bindings/tests/pickled_struct_chromium.h
|
| index b84f7b3b43178cad6698acb8bdfc34a57bc39acd..ec34572da12acd37806407179de6720d7bf2c333 100644
|
| --- a/mojo/public/cpp/bindings/tests/pickled_struct_chromium.h
|
| +++ b/mojo/public/cpp/bindings/tests/pickled_struct_chromium.h
|
| @@ -15,6 +15,7 @@
|
| namespace base {
|
| class Pickle;
|
| class PickleIterator;
|
| +class PickleSizer;
|
| }
|
|
|
| namespace mojo {
|
| @@ -55,7 +56,7 @@ template <>
|
| struct ParamTraits<mojo::test::PickledStructChromium> {
|
| using param_type = mojo::test::PickledStructChromium;
|
|
|
| - static size_t GetSize(const param_type& p) { return 8; }
|
| + static void GetSize(base::PickleSizer* sizer, const param_type& p);
|
| static void Write(base::Pickle* m, const param_type& p);
|
| static bool Read(const base::Pickle* m,
|
| base::PickleIterator* iter,
|
|
|