| 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 96717d5c0d2e849d492dfb38c3a9c73996453224..e4681c9c4b879edca18aa9d1acec1878354788c1 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();
|
| }
|
|
|
|
|