Index: content/common/content_param_traits.h |
diff --git a/content/common/content_param_traits.h b/content/common/content_param_traits.h |
index d4bc359863e4102b62bfb9174aa79e82f8c36038..239fe5cc9d29bf85972538e6232d200fd11aff85 100644 |
--- a/content/common/content_param_traits.h |
+++ b/content/common/content_param_traits.h |
@@ -29,14 +29,6 @@ class IPEndPoint; |
namespace IPC { |
template <> |
-struct ParamTraits<net::IPEndPoint> { |
- typedef net::IPEndPoint param_type; |
- static void Write(Message* m, const param_type& p); |
- static bool Read(const Message* m, PickleIterator* iter, param_type* p); |
- static void Log(const param_type& p, std::string* l); |
-}; |
- |
-template <> |
struct ParamTraits<gfx::Range> { |
typedef gfx::Range param_type; |
static void Write(Message* m, const param_type& p); |