| Index: ui/views/run_all_unittests_main.cc
|
| diff --git a/ui/views/run_all_unittests_main.cc b/ui/views/run_all_unittests_main.cc
|
| index 9df3dbd54bea055981612123d187040847ddaedc..f3b39f0e557965d7ae27a9a66c52ffd8d1f497e4 100644
|
| --- a/ui/views/run_all_unittests_main.cc
|
| +++ b/ui/views/run_all_unittests_main.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/run_all_unittests.h"
|
| +#include "ui/views/views_test_suite.h"
|
|
|
| int main(int argc, char** argv) {
|
| - return views::ViewTestSuite(argc, argv).RunTests();
|
| + return views::ViewsTestSuite(argc, argv).RunTests();
|
| }
|
|
|