Chromium Code Reviews| Index: content/common/resource_messages.h |
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
| index ecda9064e272fc83a514414441ead25ceb86d8b6..5d92486a947fe0dbb3e42927a7b0142b7a908426 100644 |
| --- a/content/common/resource_messages.h |
| +++ b/content/common/resource_messages.h |
| @@ -24,10 +24,12 @@ namespace net { |
| struct LoadTimingInfo; |
| } |
| -namespace webkit_glue { |
| +namespace content { |
| struct ResourceDevToolsInfo; |
| } |
| +using content::ResourceDevToolsInfo; |
|
jam
2014/05/28 17:41:15
i believe the style guide prohibits using statemen
|
| + |
| namespace IPC { |
| template <> |
| @@ -47,8 +49,8 @@ struct CONTENT_EXPORT ParamTraits<webkit_common::DataElement> { |
| }; |
| template <> |
| -struct ParamTraits<scoped_refptr<webkit_glue::ResourceDevToolsInfo> > { |
| - typedef scoped_refptr<webkit_glue::ResourceDevToolsInfo> param_type; |
| +struct ParamTraits<scoped_refptr<ResourceDevToolsInfo> > { |
| + typedef scoped_refptr<ResourceDevToolsInfo> 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); |