diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 23:20:24 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 23:20:24 +0000 |
commit | b2e375f57714ea1c3b18024fc132975df2941698 (patch) | |
tree | 6011739f8fd89ae8e9f93c0f754ce0a917857399 /chrome/plugin | |
parent | 39e9f073b292d76cd8405dc12fb16af5ded275e3 (diff) | |
download | chromium_src-b2e375f57714ea1c3b18024fc132975df2941698.zip chromium_src-b2e375f57714ea1c3b18024fc132975df2941698.tar.gz chromium_src-b2e375f57714ea1c3b18024fc132975df2941698.tar.bz2 |
Move MessageRouter from chrome to content.
TBR=avi
Review URL: http://codereview.chromium.org/6603027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76827 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/plugin_channel_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_channel_base.h b/chrome/plugin/plugin_channel_base.h index c8d5e84..9368508 100644 --- a/chrome/plugin/plugin_channel_base.h +++ b/chrome/plugin/plugin_channel_base.h @@ -13,8 +13,8 @@ #include "base/message_loop.h" #include "base/ref_counted.h" #include "base/scoped_ptr.h" -#include "chrome/common/message_router.h" #include "chrome/plugin/npobject_base.h" +#include "content/common/message_router.h" #include "ipc/ipc_channel_handle.h" #include "ipc/ipc_sync_channel.h" #include "ui/gfx/native_widget_types.h" |