summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/plugin_thread.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-14 22:16:10 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-14 22:16:10 +0000
commit105303e5d9bf528bb4163312b2fd318f218dd33b (patch)
treeb3d63276044578d8902df4b5a11bba688deafd20 /chrome/plugin/plugin_thread.cc
parent74c2d8475aa9e4b4aa5a574ce9fb80d0a411df4a (diff)
downloadchromium_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 'chrome/plugin/plugin_thread.cc')
-rw-r--r--chrome/plugin/plugin_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_thread.cc b/chrome/plugin/plugin_thread.cc
index 9d60b0e..c6c6842 100644
--- a/chrome/plugin/plugin_thread.cc
+++ b/chrome/plugin/plugin_thread.cc
@@ -20,11 +20,11 @@
#include "base/process_util.h"
#include "base/threading/thread_local.h"
#include "chrome/common/chrome_switches.h"
-#include "chrome/common/plugin_messages.h"
#include "chrome/common/render_messages.h"
#include "chrome/plugin/npobject_util.h"
#include "chrome/renderer/render_thread.h"
#include "content/common/child_process.h"
+#include "content/common/plugin_messages.h"
#include "ipc/ipc_channel_handle.h"
#include "net/base/net_errors.h"
#include "webkit/glue/webkit_glue.h"