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

Unified Diff: services/service_manager/tests/shutdown/shutdown_unittest.cc

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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: services/service_manager/tests/shutdown/shutdown_unittest.cc
diff --git a/services/service_manager/tests/shutdown/shutdown_unittest.cc b/services/service_manager/tests/shutdown/shutdown_unittest.cc
index 3fbe4e37479e01a702d66c19cde4cc2f5d20c6b0..f3f5056c00d3aed6dde716833396a201733ec46a 100644
--- a/services/service_manager/tests/shutdown/shutdown_unittest.cc
+++ b/services/service_manager/tests/shutdown/shutdown_unittest.cc
@@ -21,7 +21,8 @@ class ShutdownTest : public test::ServiceTest {
TEST_F(ShutdownTest, ConnectRace) {
// This test exercises a number of potential shutdown races that can lead to
- // client deadlock if any of various parts of the EDK or shell service are not
+ // client deadlock if any of various parts of the EDK or service manager are
+ // not
// working as intended.
mojom::ShutdownTestClientControllerPtr control;

Powered by Google App Engine
This is Rietveld 408576698