| Index: chrome/test/interactive_ui/view_event_test_base.cc
|
| ===================================================================
|
| --- chrome/test/interactive_ui/view_event_test_base.cc (revision 85284)
|
| +++ chrome/test/interactive_ui/view_event_test_base.cc (working copy)
|
| @@ -88,7 +88,7 @@
|
| #if defined(OS_WIN)
|
| DestroyWindow(window_->GetNativeWindow());
|
| #else
|
| - window_->CloseWindow();
|
| + window_->Close();
|
| MessageLoop::current()->PostTask(FROM_HERE, new MessageLoop::QuitTask());
|
| ui_test_utils::RunMessageLoop();
|
| #endif
|
|
|