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

Unified Diff: remoting/ios/Chromoting_unittests/main_no_arc.h

Issue 278863003: Chromoting iOS client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « remoting/ios/Chromoting_unittests/main.mm ('k') | remoting/ios/Chromoting_unittests/main_no_arc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/ios/Chromoting_unittests/main.mm ('k') | remoting/ios/Chromoting_unittests/main_no_arc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698