diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 23:44:46 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 23:44:46 +0000 |
commit | 674741939c4b887877859bced1f21e17d64c4b85 (patch) | |
tree | 5e61392d083de8b16461c9ecd037a380b64d496d /chrome/plugin/chrome_plugin_host.cc | |
parent | 484f6c368b86f901bfc8998d5a21d2165cc83c8a (diff) | |
download | chromium_src-674741939c4b887877859bced1f21e17d64c4b85.zip chromium_src-674741939c4b887877859bced1f21e17d64c4b85.tar.gz chromium_src-674741939c4b887877859bced1f21e17d64c4b85.tar.bz2 |
Commiting the changes from my previous cl that are specific to not including render_messages.h/plugin_message.h unless necessary.
TBR=mpcomplete
Review URL: http://codereview.chromium.org/20059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/chrome_plugin_host.cc')
-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 42d15ef..482a669 100644 --- a/chrome/plugin/chrome_plugin_host.cc +++ b/chrome/plugin/chrome_plugin_host.cc @@ -11,6 +11,7 @@ #include "chrome/common/chrome_plugin_lib.h" #include "chrome/common/chrome_plugin_util.h" #include "chrome/common/chrome_switches.h" +#include "chrome/common/plugin_messages.h" #include "chrome/plugin/plugin_process.h" #include "chrome/plugin/plugin_thread.h" #include "chrome/plugin/webplugin_proxy.h" |