| Index: ui/views/test/test_views.cc
|
| diff --git a/ui/views/test/test_views.cc b/ui/views/test/test_views.cc
|
| index 78239f384a4993997cda723d7da46b0b33fba3ef..837f2cece5a0d0abb51597bf3406cda83720ac8c 100644
|
| --- a/ui/views/test/test_views.cc
|
| +++ b/ui/views/test/test_views.cc
|
| @@ -53,8 +53,8 @@ void CloseWidgetView::OnEvent(ui::Event* event) {
|
| if (event->type() == event_type_) {
|
| // Go through NativeWidgetPrivate to simulate what happens if the OS
|
| // deletes the NativeWindow out from under us.
|
| - // TODO(tapted): Change this to WidgetTest::SimulateNativeDestroy for a more
|
| - // authentic test on Mac.
|
| + // TODO(tapted): Change this to ViewsTestBase::SimulateNativeDestroy for a
|
| + // more authentic test on Mac.
|
| GetWidget()->native_widget_private()->CloseNow();
|
| } else {
|
| View::OnEvent(event);
|
|
|