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/mac/attributed_string_coder.mm | |
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/mac/attributed_string_coder.mm')
-rw-r--r-- | content/common/mac/attributed_string_coder.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/mac/attributed_string_coder.mm b/content/common/mac/attributed_string_coder.mm index ca4847d..706368d 100644 --- a/content/common/mac/attributed_string_coder.mm +++ b/content/common/mac/attributed_string_coder.mm @@ -10,8 +10,8 @@ #include "base/memory/scoped_nsobject.h" #include "base/sys_string_conversions.h" #include "base/utf_string_conversions.h" -#include "content/common/common_param_traits.h" #include "content/common/view_messages.h" +#include "content/public/common/common_param_traits.h" #include "ipc/ipc_message_utils.h" namespace mac { |