Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 4fb699e1e978630251e3df0cdb682c6357721b33..1cea56119dddee8ab0ed375f2fc0e34b2a0f6ba4 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -1772,9 +1772,9 @@ void WebContentsImpl::OnSetSelectedColorInColorChooser(int color_chooser_id, |
color_chooser_->SetSelectedColor(color); |
} |
-void TabContents::OnPepperPluginHung(int plugin_child_id, |
- const FilePath& path, |
- bool is_hung) { |
+void WebContentsImpl::OnPepperPluginHung(int plugin_child_id, |
+ const FilePath& path, |
+ bool is_hung) { |
if (delegate_) |
delegate_->PluginHungStatusChanged(this, plugin_child_id, path, is_hung); |
} |