diff options
author | markdittmer <markdittmer@chromium.org> | 2016-03-02 14:41:53 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-02 22:43:55 +0000 |
commit | 45eb2e749a8b08988ab45bfd6806c004e9f511fa (patch) | |
tree | 0aecb6b3231864a85e6687f03aa5a534ba76f0cf /extensions/common | |
parent | c80d2b59c2357c6cae1dee9baef6fbaecb3c8136 (diff) | |
download | chromium_src-45eb2e749a8b08988ab45bfd6806c004e9f511fa.zip chromium_src-45eb2e749a8b08988ab45bfd6806c004e9f511fa.tar.gz chromium_src-45eb2e749a8b08988ab45bfd6806c004e9f511fa.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
Review URL: https://codereview.chromium.org/1722773002
Cr-Commit-Position: refs/heads/master@{#378859}
Diffstat (limited to 'extensions/common')
-rw-r--r-- | extensions/common/extension_utility_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/common/extension_utility_messages.h b/extensions/common/extension_utility_messages.h index cfaf273..24df23f 100644 --- a/extensions/common/extension_utility_messages.h +++ b/extensions/common/extension_utility_messages.h @@ -10,6 +10,7 @@ #include "ipc/ipc_message_macros.h" #include "third_party/skia/include/core/SkBitmap.h" #include "ui/gfx/ipc/gfx_param_traits.h" +#include "url/ipc/url_param_traits.h" #define IPC_MESSAGE_START ExtensionUtilityMsgStart |