diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 17:38:42 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-15 17:38:42 +0000 |
commit | 386c7350ed9b017020e84d4b1783c318e68418ab (patch) | |
tree | 41716a234bbd435a5c284239f5601ad77bba30a9 /chrome/plugin | |
parent | 16b7123730e79f41519d1e8221d0cb0619a89b7c (diff) | |
download | chromium_src-386c7350ed9b017020e84d4b1783c318e68418ab.zip chromium_src-386c7350ed9b017020e84d4b1783c318e68418ab.tar.gz chromium_src-386c7350ed9b017020e84d4b1783c318e68418ab.tar.bz2 |
FBTF: Add default ctors/dtors for various param structs.
This patch also moves ParamTraits method definitions to the cc file.
(hbono@ has a patch out that does this for render_messages_params.h, so this
patch doesn't touch that to make sure we don't conflict.)
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/3413003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/chrome_plugin_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc index a3f66d4..2590182 100644 --- a/chrome/plugin/chrome_plugin_host.cc +++ b/chrome/plugin/chrome_plugin_host.cc @@ -9,6 +9,7 @@ #include "base/file_util.h" #include "base/message_loop.h" #include "base/process_util.h" +#include "base/utf_string_conversions.h" #include "base/string_split.h" #include "chrome/common/child_process.h" #include "chrome/common/chrome_constants.h" |