diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 00:30:05 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 00:30:05 +0000 |
commit | 8704f89ba45ee9419201a3f32d5be9abeedca164 (patch) | |
tree | 1db86fe7b36607d3db0ffc1a6c3e42787b4cec1a /webkit/plugins | |
parent | f9861ac25d3fad3635e8104d9ae661729183d97f (diff) | |
download | chromium_src-8704f89ba45ee9419201a3f32d5be9abeedca164.zip chromium_src-8704f89ba45ee9419201a3f32d5be9abeedca164.tar.gz chromium_src-8704f89ba45ee9419201a3f32d5be9abeedca164.tar.bz2 |
Move RenderProcess to content.
TBR=avi
Review URL: http://codereview.chromium.org/6864001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins')
-rw-r--r-- | webkit/plugins/ppapi/plugin_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h index 2184e3b..a3eaf56 100644 --- a/webkit/plugins/ppapi/plugin_delegate.h +++ b/webkit/plugins/ppapi/plugin_delegate.h @@ -8,6 +8,7 @@ #include <string> #include "base/callback.h" +#include "base/message_loop_proxy.h" #include "base/memory/ref_counted.h" #include "base/platform_file.h" #include "base/shared_memory.h" |