| Index: ui/views/mus/interactive_ui_tests_mus.cc
|
| diff --git a/ui/views/mus/interactive_ui_tests_mus.cc b/ui/views/mus/interactive_ui_tests_mus.cc
|
| index ff141908801d8197e143dddf612b123def31fab7..4181166def3b2ba59638842f27ffadd23d1071d5 100644
|
| --- a/ui/views/mus/interactive_ui_tests_mus.cc
|
| +++ b/ui/views/mus/interactive_ui_tests_mus.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/views/mus/views_aura_mus_test_suite.h"
|
| +#include "ui/views/mus/views_mus_test_suite.h"
|
|
|
| int MasterProcessMain(int argc, char** argv) {
|
| - return views::ViewsAuraMusTestSuite(argc, argv).RunTestsSerially();
|
| + return views::ViewsMusTestSuite(argc, argv).RunTestsSerially();
|
| }
|
|
|