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

Unified Diff: ash/mus/window_manager_unittest.cc

Issue 2123363002: ShellTest -> ServiceTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « ash/mus/app_launch_unittest.cc ('k') | components/filesystem/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_unittest.cc
diff --git a/ash/mus/window_manager_unittest.cc b/ash/mus/window_manager_unittest.cc
index 5400deb7dcc8dcf5e48bc7681b70ab53f3bb1ae9..d084d1d24822ed9c2eef091d9d4e937f2eb642c4 100644
--- a/ash/mus/window_manager_unittest.cc
+++ b/ash/mus/window_manager_unittest.cc
@@ -11,7 +11,7 @@
#include "base/bind.h"
#include "base/macros.h"
#include "base/run_loop.h"
-#include "services/shell/public/cpp/shell_test.h"
+#include "services/shell/public/cpp/service_test.h"
#include "services/ui/public/cpp/window.h"
#include "services/ui/public/cpp/window_tree_client.h"
#include "services/ui/public/cpp/window_tree_client_delegate.h"
@@ -34,9 +34,9 @@ class WindowTreeClientDelegate : public ::ui::WindowTreeClientDelegate {
DISALLOW_COPY_AND_ASSIGN(WindowTreeClientDelegate);
};
-class WindowManagerTest : public shell::test::ShellTest {
+class WindowManagerTest : public shell::test::ServiceTest {
public:
- WindowManagerTest() : shell::test::ShellTest("exe:mash_unittests") {}
+ WindowManagerTest() : shell::test::ServiceTest("exe:mash_unittests") {}
~WindowManagerTest() override {}
private:
« no previous file with comments | « ash/mus/app_launch_unittest.cc ('k') | components/filesystem/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698