Chromium Code Reviews| Index: ppapi/proxy/proxy_channel.h |
| =================================================================== |
| --- ppapi/proxy/proxy_channel.h (revision 101299) |
| +++ ppapi/proxy/proxy_channel.h (working copy) |
| @@ -32,8 +32,10 @@ |
| public: |
| typedef void (*ShutdownModuleFunc)(); |
| - class Delegate { |
| + class PPAPI_PROXY_EXPORT Delegate { |
| public: |
| + virtual ~Delegate() {} |
| + |
| // Returns the dedicated message loop for processing IPC requests. |
| virtual base::MessageLoopProxy* GetIPCMessageLoop() = 0; |