| Index: content/renderer/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
|
| index 74c4019be780d013cc22fc75a31d7b45715bd9e9..f59a42a10cc55c46daae919818fbfef24ab1d72c 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.h
|
| @@ -296,7 +296,7 @@ class PepperPluginDelegateImpl
|
| virtual void SetContentRestriction(int restrictions) OVERRIDE;
|
| virtual void HasUnsupportedFeature() OVERRIDE;
|
| virtual void SaveURLAs(const GURL& url) OVERRIDE;
|
| - virtual P2PSocketDispatcher* GetP2PSocketDispatcher() OVERRIDE;
|
| + virtual content::P2PSocketDispatcher* GetP2PSocketDispatcher() OVERRIDE;
|
| virtual webkit_glue::P2PTransport* CreateP2PTransport() OVERRIDE;
|
| virtual double GetLocalTimeZoneOffset(base::Time t) OVERRIDE;
|
| virtual std::string GetFlashCommandLineArgs() OVERRIDE;
|
|
|