| Index: content/ppapi_plugin/ppapi_thread.h
|
| diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
|
| index eedbd0a53ff25d5b6bc2a2fee430171ac78afd38..a9d0b7c3ae71292c8896ba14512e12a7b954f3aa 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.h
|
| +++ b/content/ppapi_plugin/ppapi_thread.h
|
| @@ -27,7 +27,7 @@ class PpapiThread : public ChildThread,
|
| public pp::proxy::PluginDispatcher::PluginDelegate {
|
| public:
|
| explicit PpapiThread(bool is_broker);
|
| - ~PpapiThread();
|
| + virtual ~PpapiThread();
|
|
|
| private:
|
| // ChildThread overrides.
|
|
|