| Index: chrome/browser/hang_monitor/hung_plugin_action.cc
|
| ===================================================================
|
| --- chrome/browser/hang_monitor/hung_plugin_action.cc (revision 71828)
|
| +++ chrome/browser/hang_monitor/hung_plugin_action.cc (working copy)
|
| @@ -7,10 +7,10 @@
|
| #include "chrome/browser/hang_monitor/hung_plugin_action.h"
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/win/hwnd_util.h"
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/common/logging_chrome.h"
|
| #include "grit/generated_resources.h"
|
| +#include "ui/base/win/hwnd_util.h"
|
| #include "webkit/plugins/npapi/webplugin_delegate_impl.h"
|
|
|
| HungPluginAction::HungPluginAction() : current_hung_plugin_window_(NULL) {
|
| @@ -132,7 +132,7 @@
|
|
|
| // static
|
| BOOL CALLBACK HungPluginAction::DismissMessageBox(HWND window, LPARAM ignore) {
|
| - string16 class_name = app::win::GetClassName(window);
|
| + string16 class_name = ui::GetClassName(window);
|
| // #32770 is the dialog window class which is the window class of
|
| // the message box being displayed.
|
| if (class_name == L"#32770") {
|
|
|