| Index: components/mus/public/cpp/tests/mandoline_ui_services_test_suite.cc
|
| diff --git a/components/mus/public/cpp/tests/view_manager_test_suite.cc b/components/mus/public/cpp/tests/mandoline_ui_services_test_suite.cc
|
| similarity index 64%
|
| rename from components/mus/public/cpp/tests/view_manager_test_suite.cc
|
| rename to components/mus/public/cpp/tests/mandoline_ui_services_test_suite.cc
|
| index a349ea61612915c70e07b02640043f4c921b0f19..29d1b8f32fbd517024ec391db1b184e230123765 100644
|
| --- a/components/mus/public/cpp/tests/view_manager_test_suite.cc
|
| +++ b/components/mus/public/cpp/tests/mandoline_ui_services_test_suite.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/public/cpp/tests/view_manager_test_suite.h"
|
| +#include "components/mus/public/cpp/tests/mandoline_ui_services_test_suite.h"
|
|
|
| #include "base/i18n/icu_util.h"
|
|
|
| @@ -10,14 +10,15 @@
|
| #include "ui/gfx/x/x11_connection.h"
|
| #endif
|
|
|
| -namespace mojo {
|
| +namespace mus {
|
|
|
| -ViewManagerTestSuite::ViewManagerTestSuite(int argc, char** argv)
|
| +MandolineUIServicesTestSuite::MandolineUIServicesTestSuite(int argc,
|
| + char** argv)
|
| : TestSuite(argc, argv) {}
|
|
|
| -ViewManagerTestSuite::~ViewManagerTestSuite() {}
|
| +MandolineUIServicesTestSuite::~MandolineUIServicesTestSuite() {}
|
|
|
| -void ViewManagerTestSuite::Initialize() {
|
| +void MandolineUIServicesTestSuite::Initialize() {
|
| #if defined(USE_X11)
|
| // Each test ends up creating a new thread for the native viewport service.
|
| // In other words we'll use X on different threads, so tell it that.
|
| @@ -30,4 +31,4 @@ void ViewManagerTestSuite::Initialize() {
|
| base::i18n::AllowMultipleInitializeCallsForTesting();
|
| }
|
|
|
| -} // namespace mojo
|
| +} // namespace mus
|
|
|