Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Unified Diff: components/mus/public/cpp/tests/mandoline_ui_services_test_suite.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698