diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-14 22:16:10 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-14 22:16:10 +0000 |
commit | 105303e5d9bf528bb4163312b2fd318f218dd33b (patch) | |
tree | b3d63276044578d8902df4b5a11bba688deafd20 /content/browser/plugin_process_host.cc | |
parent | 74c2d8475aa9e4b4aa5a574ce9fb80d0a411df4a (diff) | |
download | chromium_src-105303e5d9bf528bb4163312b2fd318f218dd33b.zip chromium_src-105303e5d9bf528bb4163312b2fd318f218dd33b.tar.gz chromium_src-105303e5d9bf528bb4163312b2fd318f218dd33b.tar.bz2 |
Move plugin messages to content.
TBR=tsepez
Review URL: http://codereview.chromium.org/6682033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/plugin_process_host.cc')
-rw-r--r-- | content/browser/plugin_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_process_host.cc b/content/browser/plugin_process_host.cc index 25cdc75..73b2f4a 100644 --- a/content/browser/plugin_process_host.cc +++ b/content/browser/plugin_process_host.cc @@ -28,13 +28,13 @@ #include "chrome/common/chrome_switches.h" #include "chrome/common/logging_chrome.h" #include "chrome/common/net/url_request_context_getter.h" -#include "chrome/common/plugin_messages.h" #include "chrome/common/render_messages.h" #include "chrome/common/render_messages_params.h" #include "content/browser/browser_thread.h" #include "content/browser/plugin_service.h" #include "content/browser/renderer_host/resource_dispatcher_host.h" #include "content/browser/renderer_host/resource_message_filter.h" +#include "content/common/plugin_messages.h" #include "content/common/resource_messages.h" #include "ipc/ipc_switches.h" #include "net/base/io_buffer.h" |