| Index: chrome/common/common_param_traits.h
|
| diff --git a/chrome/common/common_param_traits.h b/chrome/common/common_param_traits.h
|
| index ad9c05a49cc9cabd250faf8c35a7b8e9f3e6d98a..7b6ed409dd3d1636c7e7183e38056cc184966a01 100644
|
| --- a/chrome/common/common_param_traits.h
|
| +++ b/chrome/common/common_param_traits.h
|
| @@ -265,8 +265,8 @@ struct ParamTraits<TransportDIB::Id> {
|
|
|
| // Traits for URLRequestStatus
|
| template <>
|
| -struct ParamTraits<URLRequestStatus> {
|
| - typedef URLRequestStatus param_type;
|
| +struct ParamTraits<net::URLRequestStatus> {
|
| + typedef net::URLRequestStatus param_type;
|
| static void Write(Message* m, const param_type& p);
|
| static bool Read(const Message* m, void** iter, param_type* r);
|
| static void Log(const param_type& p, std::string* l);
|
|
|