Index: remoting/ios/Chromoting_unittests/main_no_arc.h |
diff --git a/mojo/services/dbus_echo/echo.mojom b/remoting/ios/Chromoting_unittests/main_no_arc.h |
similarity index 64% |
copy from mojo/services/dbus_echo/echo.mojom |
copy to remoting/ios/Chromoting_unittests/main_no_arc.h |
index 937737c223cf423c989c0eb76b41b12bb0f6df0b..1d97761ce175e5b447a09f92218f0b40bd0d9542 100644 |
--- a/mojo/services/dbus_echo/echo.mojom |
+++ b/remoting/ios/Chromoting_unittests/main_no_arc.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module mojo { |
+namespace remoting { |
+namespace main_no_arc { |
-interface EchoService { |
- Echo(string to_echo) => (string echoed); |
-}; |
+void init(); |
-} |
+} // main_no_arc |
+} // remoting |