summaryrefslogtreecommitdiffstats
path: root/chrome/common/prerender_messages.h
diff options
context:
space:
mode:
authormarkdittmer <markdittmer@chromium.org>2016-03-03 14:40:03 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-03 22:42:21 +0000
commit67b71ea2e11563a4c0363e1dce4e266cebcd063a (patch)
treef81da7646289d277ab1b10ffd57b41f405b0fcc2 /chrome/common/prerender_messages.h
parentc4c351d99bce831759eead496bc8215d06b36509 (diff)
downloadchromium_src-67b71ea2e11563a4c0363e1dce4e266cebcd063a.zip
chromium_src-67b71ea2e11563a4c0363e1dce4e266cebcd063a.tar.gz
chromium_src-67b71ea2e11563a4c0363e1dce4e266cebcd063a.tar.bz2
Move GURL ParamTraits to url/ipc
As a part of the GPU refactor for Mus, we are trying to eliminate spots where content/common/gpu depends on content/. One such dependency is GURL. As per discussion here: https://codereview.chromium.org/1703163002/, the plan of record is to move GURL ParamTraits out of content/ and into url/. BUG=586368 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/45eb2e749a8b08988ab45bfd6806c004e9f511fa Cr-Commit-Position: refs/heads/master@{#378859} Review URL: https://codereview.chromium.org/1722773002 Cr-Commit-Position: refs/heads/master@{#379122}
Diffstat (limited to 'chrome/common/prerender_messages.h')
-rw-r--r--chrome/common/prerender_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/prerender_messages.h b/chrome/common/prerender_messages.h
index fc373fe..a9ca9f6 100644
--- a/chrome/common/prerender_messages.h
+++ b/chrome/common/prerender_messages.h
@@ -6,13 +6,13 @@
#include <stdint.h>
-#include "content/public/common/common_param_traits.h"
#include "content/public/common/referrer.h"
#include "ipc/ipc_message.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_param_traits.h"
#include "ui/gfx/geometry/size.h"
#include "url/gurl.h"
+#include "url/ipc/url_param_traits.h"
#define IPC_MESSAGE_START PrerenderMsgStart