| Index: chrome/browser/hang_monitor/hung_plugin_action.cc
|
| diff --git a/chrome/browser/hang_monitor/hung_plugin_action.cc b/chrome/browser/hang_monitor/hung_plugin_action.cc
|
| index 35ae2a4d5285346cb7344907357b634d9a9c060d..06684258bdad4c00ef427855b953d67c8188b8f1 100644
|
| --- a/chrome/browser/hang_monitor/hung_plugin_action.cc
|
| +++ b/chrome/browser/hang_monitor/hung_plugin_action.cc
|
| @@ -113,9 +113,9 @@ bool HungPluginAction::OnHungWindowDetected(HWND hung_window,
|
| HungWindowResponseCallback,
|
| reinterpret_cast<ULONG_PTR>(this));
|
| current_hung_plugin_window_ = hung_window;
|
| - if (browser::ShowMessageBox(NULL, title, message,
|
| - browser::MESSAGE_BOX_TYPE_QUESTION) ==
|
| - browser::MESSAGE_BOX_RESULT_YES) {
|
| + if (chrome::ShowMessageBox(NULL, title, message,
|
| + chrome::MESSAGE_BOX_TYPE_QUESTION) ==
|
| + chrome::MESSAGE_BOX_RESULT_YES) {
|
| *action = HungWindowNotification::HUNG_WINDOW_TERMINATE_PROCESS;
|
| } else {
|
| // If the user choses to ignore the hung window warning, the
|
|
|