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

Unified Diff: services/shell/tests/shutdown/shutdown_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 | « services/shell/tests/shutdown/BUILD.gn ('k') | services/ui/clipboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/shutdown/shutdown_unittest.cc
diff --git a/services/shell/tests/shutdown/shutdown_unittest.cc b/services/shell/tests/shutdown/shutdown_unittest.cc
index ea7faee1532e0b43cc95c1a2ff1fac75ce6ae2ca..93d1c943522bbbab1b44b2d82b725011bb0bf4d6 100644
--- a/services/shell/tests/shutdown/shutdown_unittest.cc
+++ b/services/shell/tests/shutdown/shutdown_unittest.cc
@@ -4,15 +4,15 @@
#include "base/run_loop.h"
#include "mojo/public/cpp/bindings/binding_set.h"
-#include "services/shell/public/cpp/shell_test.h"
+#include "services/shell/public/cpp/service_test.h"
#include "services/shell/tests/shutdown/shutdown_unittest.mojom.h"
namespace shell {
namespace {
-class ShutdownTest : public test::ShellTest {
+class ShutdownTest : public test::ServiceTest {
public:
- ShutdownTest() : test::ShellTest("mojo:shutdown_unittest") {}
+ ShutdownTest() : test::ServiceTest("mojo:shutdown_unittest") {}
~ShutdownTest() override {}
private:
« no previous file with comments | « services/shell/tests/shutdown/BUILD.gn ('k') | services/ui/clipboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698