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

Unified Diff: services/shell/background/tests/background_shell_unittest.cc

Issue 2390013002: Rename mojo: to service: (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
« no previous file with comments | « services/navigation/navigation_unittest.cc ('k') | services/shell/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/background/tests/background_shell_unittest.cc
diff --git a/services/shell/background/tests/background_shell_unittest.cc b/services/shell/background/tests/background_shell_unittest.cc
index ca3bdb370932ae3a54fbc0b1707b62726a99f6dd..5b9f9ec112def6d9503b83f075622a8783c7264d 100644
--- a/services/shell/background/tests/background_shell_unittest.cc
+++ b/services/shell/background/tests/background_shell_unittest.cc
@@ -18,7 +18,7 @@
namespace shell {
namespace {
-const char kTestName[] = "mojo:test-app";
+const char kTestName[] = "service:test-app";
class ServiceImpl : public Service {
public:
@@ -66,7 +66,7 @@ TEST(BackgroundShellTest, MAYBE_Basic) {
&service, background_shell.CreateServiceRequest(kTestName));
mojom::TestServicePtr test_service;
service_context.connector()->ConnectToInterface(
- "mojo:background_shell_test_app", &test_service);
+ "service:background_shell_test_app", &test_service);
base::RunLoop run_loop;
bool got_result = false;
test_service->Test(base::Bind(&SetFlagAndRunClosure, &got_result,
« no previous file with comments | « services/navigation/navigation_unittest.cc ('k') | services/shell/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698