Index: chrome/browser/hang_monitor/hung_plugin_action.cc |
=================================================================== |
--- chrome/browser/hang_monitor/hung_plugin_action.cc (revision 69765) |
+++ chrome/browser/hang_monitor/hung_plugin_action.cc (working copy) |
@@ -12,7 +12,7 @@ |
#include "chrome/browser/platform_util.h" |
#include "chrome/common/logging_chrome.h" |
#include "grit/generated_resources.h" |
-#include "webkit/plugins/npapi/webplugin_delegate_impl.h" |
+#include "webkit/glue/plugins/webplugin_delegate_impl.h" |
HungPluginAction::HungPluginAction() : current_hung_plugin_window_(NULL) { |
} |
@@ -122,8 +122,8 @@ |
// we have gone too far. |
return false; |
} |
- if (webkit::npapi::WebPluginDelegateImpl::GetPluginNameFromWindow( |
- window_to_check, plugin_name)) { |
+ if (WebPluginDelegateImpl::GetPluginNameFromWindow(window_to_check, |
+ plugin_name)) { |
return true; |
} |
window_to_check = GetParent(window_to_check); |