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

Unified Diff: mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/mojom/mojo/IntegrationTestInterface1.java

Issue 317273006: Add serialization/deserialization of structs for mojo java bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 6 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: mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/mojom/mojo/IntegrationTestInterface1.java
diff --git a/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/mojo/IntegrationTestInterface1.java b/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/mojom/mojo/IntegrationTestInterface1.java
similarity index 90%
rename from mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/mojo/IntegrationTestInterface1.java
rename to mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/mojom/mojo/IntegrationTestInterface1.java
index 69b95a780bfbf925437792c553f994329142d28c..31f45b057e82d3686f7977730e061dd83059fdfa 100644
--- a/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/mojo/IntegrationTestInterface1.java
+++ b/mojo/not-to-commit/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/mojom/mojo/IntegrationTestInterface1.java
@@ -8,7 +8,7 @@
// mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
//
-package org.chromium.mojo.bindings.test.mojo;
+package org.chromium.mojo.bindings.test.mojom.mojo;
public interface IntegrationTestInterface1 extends org.chromium.mojo.bindings.InterfaceWithClient<IntegrationTestInterface2> {

Powered by Google App Engine
This is Rietveld 408576698