| Index: webkit/plugins/ppapi/ppapi_unittest.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppapi_unittest.h (revision 195684)
|
| +++ webkit/plugins/ppapi/ppapi_unittest.h (working copy)
|
| @@ -11,6 +11,10 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/plugins/ppapi/plugin_delegate.h"
|
|
|
| +namespace base {
|
| +class MessageLoop;
|
| +}
|
| +
|
| namespace webkit {
|
| namespace ppapi {
|
|
|
| @@ -51,6 +55,8 @@
|
| scoped_refptr<PluginModule> module_;
|
| scoped_refptr<PluginInstance> instance_;
|
|
|
| + scoped_ptr<base::MessageLoop> message_loop_;
|
| +
|
| // ModuleLifetime implementation.
|
| virtual void PluginModuleDead(PluginModule* dead_module);
|
|
|
|
|