Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: content/common/resource_messages.h

Issue 298293010: Move resource_devtools_info from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | content/common/resource_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | content/common/resource_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698