| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index dc6147a96d2eebea75f42f863e3c4d055f708f27..2e604af7252be41f8b434fcd3737ef02b7d7f467 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -40,8 +40,8 @@ struct ParamTraits<scoped_refptr<net::HttpResponseHeaders> > {
|
| };
|
|
|
| template <>
|
| -struct CONTENT_EXPORT ParamTraits<webkit_common::DataElement> {
|
| - typedef webkit_common::DataElement param_type;
|
| +struct CONTENT_EXPORT ParamTraits<storage::DataElement> {
|
| + typedef storage::DataElement param_type;
|
| static void Write(Message* m, const param_type& p);
|
| static bool Read(const Message* m, PickleIterator* iter, param_type* r);
|
| static void Log(const param_type& p, std::string* l);
|
|
|