Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 5207734d3d39d4eeca6918d8357e4f69ce9a5184..abdd943ae8972ba539a4f319bb3a2bc1b4c50912 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -128,7 +128,7 @@ template <> |
struct ParamTraits<URLPattern> { |
typedef URLPattern param_type; |
static void Write(Message* m, const param_type& p); |
- static bool Read(const Message* m, void** iter, param_type* p); |
+ static bool Read(const Message* m, PickleReader* iter, param_type* p); |
static void Log(const param_type& p, std::string* l); |
}; |
@@ -136,7 +136,7 @@ template <> |
struct ParamTraits<URLPatternSet> { |
typedef URLPatternSet param_type; |
static void Write(Message* m, const param_type& p); |
- static bool Read(const Message* m, void** iter, param_type* p); |
+ static bool Read(const Message* m, PickleReader* iter, param_type* p); |
static void Log(const param_type& p, std::string* l); |
}; |
@@ -144,7 +144,7 @@ template <> |
struct ParamTraits<ExtensionAPIPermission::ID> { |
typedef ExtensionAPIPermission::ID param_type; |
static void Write(Message* m, const param_type& p); |
- static bool Read(const Message* m, void** iter, param_type* p); |
+ static bool Read(const Message* m, PickleReader* iter, param_type* p); |
static void Log(const param_type& p, std::string* l); |
}; |
@@ -152,7 +152,7 @@ template <> |
struct ParamTraits<ExtensionMsg_Loaded_Params> { |
typedef ExtensionMsg_Loaded_Params param_type; |
static void Write(Message* m, const param_type& p); |
- static bool Read(const Message* m, void** iter, param_type* p); |
+ static bool Read(const Message* m, PickleReader* iter, param_type* p); |
static void Log(const param_type& p, std::string* l); |
}; |