| 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 df97cf87112191df3cd2b00fde31f8dd87d0d706..b254488cf45a68a221affe3bdd8c439c4e99ac5f 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.h
|
| @@ -295,7 +295,7 @@ class PepperPluginDelegateImpl
|
| virtual void DidStopLoading() OVERRIDE;
|
| virtual void SetContentRestriction(int restrictions) 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;
|
|
|