| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| index b7f17f051bb3da085a5ed093cce837e20e6264cd..39e072a3a8e042bf4519428ffbed24f850b90d07 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -9,7 +9,6 @@
|
|
|
| struct PP_NetAddress_Private;
|
| namespace ppapi { class PPB_X509Certificate_Fields; }
|
| -namespace webkit_glue { class ClipboardClient; }
|
|
|
| namespace webkit {
|
| namespace ppapi {
|
| @@ -210,7 +209,6 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual int EnumerateDevices(PP_DeviceType_Dev type,
|
| const EnumerateDevicesCallback& callback);
|
| virtual void StopEnumerateDevices(int request_id);
|
| - virtual webkit_glue::ClipboardClient* CreateClipboardClient() const;
|
| virtual std::string GetDeviceID();
|
| virtual PP_FlashLSORestrictions GetLocalDataRestrictions(
|
| const GURL& document_url,
|
|
|