| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index fcbf296307d831348fad1911f93826230f1e2df8..67ac15c28c66fff48e12107c08c142d5d456a1b3 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -29,7 +29,6 @@
|
|
|
| class AudioMessageFilter;
|
| class GURL;
|
| -class P2PSocketDispatcher;
|
| class SkBitmap;
|
|
|
| namespace base {
|
| @@ -37,6 +36,10 @@ class MessageLoopProxy;
|
| class Time;
|
| }
|
|
|
| +namespace content {
|
| +class P2PSocketDispatcher;
|
| +}
|
| +
|
| namespace fileapi {
|
| class FileSystemCallbackDispatcher;
|
| }
|
| @@ -429,7 +432,7 @@ class PluginDelegate {
|
| //
|
| // TODO(sergeyu): Stop using GetP2PSocketDispatcher() in remoting
|
| // client and remove it from here.
|
| - virtual P2PSocketDispatcher* GetP2PSocketDispatcher() = 0;
|
| + virtual content::P2PSocketDispatcher* GetP2PSocketDispatcher() = 0;
|
|
|
| // Creates P2PTransport object.
|
| virtual webkit_glue::P2PTransport* CreateP2PTransport() = 0;
|
|
|