Index: chrome/common/common_param_traits.h |
=================================================================== |
--- chrome/common/common_param_traits.h (revision 55405) |
+++ chrome/common/common_param_traits.h (working copy) |
@@ -34,7 +34,6 @@ |
class ListValue; |
struct ThumbnailScore; |
class URLRequestStatus; |
-class WebCursor; |
namespace gfx { |
class Point; |
@@ -211,7 +210,7 @@ |
static void Write(Message* m, const param_type& p) { |
p.Serialize(m); |
} |
- static bool Read(const Message* m, void** iter, param_type* r) { |
+ static bool Read(const Message* m, void** iter, param_type* r) { |
return r->Deserialize(m, iter); |
} |
static void Log(const param_type& p, std::wstring* l) { |