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 /chrome/common/chrome_utility_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 'chrome/common/chrome_utility_messages.h')
-rw-r--r-- | chrome/common/chrome_utility_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h index 9e51281..07778f5 100644 --- a/chrome/common/chrome_utility_messages.h +++ b/chrome/common/chrome_utility_messages.h @@ -12,8 +12,8 @@ #include "base/platform_file.h" #include "base/values.h" #include "chrome/common/extensions/update_manifest.h" -#include "content/common/common_param_traits.h" #include "content/common/serialized_script_value.h" +#include "content/public/common/common_param_traits.h" #include "ipc/ipc_message_macros.h" #include "printing/backend/print_backend.h" #include "printing/page_range.h" |