diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 20:00:41 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 20:00:41 +0000 |
commit | 19a5c744bf18b7e7b233fe2de250275f58ed9562 (patch) | |
tree | 7d87a52f17e950b380a44c67f1b27c3ec5a47ae9 /content/common/view_messages.h | |
parent | c92f4ed1c339ad9a413a6945e5e6c71f397187a1 (diff) | |
download | chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.zip chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.tar.gz chromium_src-19a5c744bf18b7e7b233fe2de250275f58ed9562.tar.bz2 |
Move common_param_traits and webkit_param_traits to content/public/common.
BUG=98716
Review URL: http://codereview.chromium.org/8368004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index c73c1a7..d7571bd 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -7,7 +7,6 @@ #include "base/process.h" #include "base/shared_memory.h" -#include "content/common/common_param_traits.h" #include "content/common/content_export.h" #include "content/common/css_colors.h" #include "content/common/edit_command.h" @@ -15,7 +14,8 @@ #include "content/common/page_zoom.h" #include "content/common/renderer_preferences.h" #include "content/common/view_message_enums.h" -#include "content/common/webkit_param_traits.h" +#include "content/public/common/common_param_traits.h" +#include "content/public/common/webkit_param_traits.h" #include "content/public/common/window_container_type.h" #include "ipc/ipc_channel_handle.h" #include "ipc/ipc_message_macros.h" |