| Index: content/common/clipboard_messages.h
|
| diff --git a/content/common/clipboard_messages.h b/content/common/clipboard_messages.h
|
| index 91d1ad66f84d5720b6daf9481c93afc8eb3b26c1..6a4cf6c589836b385c3450a52ee17851dfcfbe18 100644
|
| --- a/content/common/clipboard_messages.h
|
| +++ b/content/common/clipboard_messages.h
|
| @@ -24,7 +24,7 @@ template<>
|
| struct ParamTraits<ui::Clipboard::FormatType> {
|
| typedef ui::Clipboard::FormatType param_type;
|
| static void Write(Message* m, const param_type& p);
|
| - static bool Read(const Message* m, void** iter, param_type* r);
|
| + static bool Read(const Message* m, PickleIterator* iter, param_type* r);
|
| static void Log(const param_type& p, std::string* l);
|
| };
|
|
|
|
|