| Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| index 187aae4474999664e3e5fa639c53ca3c35710500..6cb9a027f5b178128c1a83c3f8280a5735a4348b 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| @@ -1712,7 +1712,7 @@ void PepperPluginDelegateImpl::OnTCPServerSocketAcceptACK(
|
| }
|
| }
|
|
|
| -int PepperPluginDelegateImpl::GetRoutingId() const {
|
| +int PepperPluginDelegateImpl::GetRoutingID() const {
|
| return render_view_->routing_id();
|
| }
|
|
|
|
|