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

Unified Diff: content/common/content_param_traits.h

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 years, 3 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/site_isolation_policy_unittest.cc ('k') | content/common/content_param_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_param_traits.h
diff --git a/content/common/content_param_traits.h b/content/common/content_param_traits.h
index d5073025ebdb06b68ef14505be3295b76386e7fa..5a1e5fa00a6ee4100c36ba90586bf9bdf9afca83 100644
--- a/content/common/content_param_traits.h
+++ b/content/common/content_param_traits.h
@@ -18,12 +18,12 @@
#include "third_party/WebKit/public/web/WebInputEvent.h"
#include "webkit/common/cursors/webcursor.h"
-namespace net {
-class IPEndPoint;
+namespace gfx {
+class Range;
}
-namespace ui {
-class Range;
+namespace net {
+class IPEndPoint;
}
namespace IPC {
@@ -37,8 +37,8 @@ struct ParamTraits<net::IPEndPoint> {
};
template <>
-struct ParamTraits<ui::Range> {
- typedef ui::Range param_type;
+struct ParamTraits<gfx::Range> {
+ typedef gfx::Range 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/site_isolation_policy_unittest.cc ('k') | content/common/content_param_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698