Index: chrome/test/views_chrome_test_suite.cc |
diff --git a/ui/views/mus/views_mus_test_suite.cc b/chrome/test/views_chrome_test_suite.cc |
similarity index 96% |
copy from ui/views/mus/views_mus_test_suite.cc |
copy to chrome/test/views_chrome_test_suite.cc |
index 701ea56a65021d0ab3a729c70da62b42fe13334a..8b50a77cf3d0e596ee11086351381ae06ac27b93 100644 |
--- a/ui/views/mus/views_mus_test_suite.cc |
+++ b/chrome/test/views_chrome_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 "ui/views/mus/views_mus_test_suite.h" |
+#include "views_chrome_test_suite.h" |
#include <memory> |
@@ -153,12 +153,12 @@ class ShellConnection { |
DISALLOW_COPY_AND_ASSIGN(ShellConnection); |
}; |
-ViewsMusTestSuite::ViewsMusTestSuite(int argc, char** argv) |
+ViewsChromeTestSuite::ViewsChromeTestSuite(int argc, char** argv) |
: ViewsTestSuite(argc, argv) {} |
-ViewsMusTestSuite::~ViewsMusTestSuite() {} |
+ViewsChromeTestSuite::~ViewsChromeTestSuite() {} |
-void ViewsMusTestSuite::Initialize() { |
+void ViewsChromeTestSuite::Initialize() { |
PlatformTestHelper::SetIsMus(); |
// Let other mojo apps know that we're running in tests. Do this with a |
// command line flag to avoid making blocking calls to other processes for |
@@ -169,7 +169,7 @@ void ViewsMusTestSuite::Initialize() { |
shell_connections_.reset(new ShellConnection); |
} |
-void ViewsMusTestSuite::Shutdown() { |
+void ViewsChromeTestSuite::Shutdown() { |
shell_connections_.reset(); |
ViewsTestSuite::Shutdown(); |
} |