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

Unified Diff: services/shell/tests/connect/connect_test.mojom

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/switches.cc ('k') | services/shell/tests/connect/connect_test_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/connect/connect_test.mojom
diff --git a/services/shell/tests/connect/connect_test.mojom b/services/shell/tests/connect/connect_test.mojom
index 949fe429115ec14b8bba4d0445cf192cc56e6eca..5a9efcda41d5d31d64d9438ecf23c2b896bed9e4 100644
--- a/services/shell/tests/connect/connect_test.mojom
+++ b/services/shell/tests/connect/connect_test.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo.shell.test.mojom;
+module shell.test.mojom;
import "services/shell/public/interfaces/connector.mojom";
@@ -36,8 +36,8 @@ interface UserIdTest {
// Attempts to connect to mojo:connect_test_class_app as |user_id|.
// The callback takes the connection response result, and the identity
// mojo:connect_test_class_app was run as, which should match |user_id|.
- ConnectToClassAppAsDifferentUser(mojo.shell.mojom.Identity target) =>
- (int32 connection_result, mojo.shell.mojom.Identity target);
+ ConnectToClassAppAsDifferentUser(shell.mojom.Identity target) =>
+ (int32 connection_result, shell.mojom.Identity target);
};
interface ClientProcessTest {
@@ -46,7 +46,7 @@ interface ClientProcessTest {
// the result of the connection, and the identity of the app that the caller
// can use to connect to this app as well.
LaunchAndConnectToProcess() =>
- (int32 connection_result, mojo.shell.mojom.Identity target);
+ (int32 connection_result, shell.mojom.Identity target);
};
struct ConnectionState {
« no previous file with comments | « services/shell/switches.cc ('k') | services/shell/tests/connect/connect_test_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698