| Index: ui/views/widget/widget_interactive_uitest.cc
|
| diff --git a/ui/views/widget/widget_interactive_uitest.cc b/ui/views/widget/widget_interactive_uitest.cc
|
| index 5451e24a6ccb15496f5baecd0a5b45b88b7a858c..f9262c42308a59b34e59c463b9f9bb284b4aff60 100644
|
| --- a/ui/views/widget/widget_interactive_uitest.cc
|
| +++ b/ui/views/widget/widget_interactive_uitest.cc
|
| @@ -278,8 +278,8 @@ class WidgetTestInteractive : public WidgetTest {
|
| ~WidgetTestInteractive() override {}
|
|
|
| void SetUp() override {
|
| - // On mus these tests run as part of views::ViewTestSuite which already does
|
| - // this initialization.
|
| + // On mus these tests run as part of views::ViewsTestSuite which already
|
| + // does this initialization.
|
| if (!IsMus()) {
|
| gfx::GLSurfaceTestSupport::InitializeOneOff();
|
| ui::RegisterPathProvider();
|
| @@ -1307,8 +1307,8 @@ class WidgetCaptureTest : public ViewsTestBase {
|
| ~WidgetCaptureTest() override {}
|
|
|
| void SetUp() override {
|
| - // On mus these tests run as part of views::ViewTestSuite which already does
|
| - // this initialization.
|
| + // On mus these tests run as part of views::ViewsTestSuite which already
|
| + // does this initialization.
|
| if (!IsMus()) {
|
| gfx::GLSurfaceTestSupport::InitializeOneOff();
|
| ui::RegisterPathProvider();
|
|
|