Index: content/common/clipboard_messages.h |
diff --git a/content/common/clipboard_messages.h b/content/common/clipboard_messages.h |
index 6434f7614a122a3c199438533d22729ee84a4c06..8d90e837e6369cfccca7ea50056e742e1e87ba5c 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, PickleReader* iter, param_type* r); |
static void Log(const param_type& p, std::string* l); |
}; |