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

Unified Diff: mojo/public/interfaces/bindings/tests/test_structs.mojom

Issue 484983003: Mojo: Fix warnings when generating code for empty struct in java. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review. Created 6 years, 4 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/public/interfaces/bindings/tests/test_structs.mojom
diff --git a/mojo/public/interfaces/bindings/tests/test_structs.mojom b/mojo/public/interfaces/bindings/tests/test_structs.mojom
index 8bc33b367288d8261ba53e1ed7321921fe945d7d..6c0c429fd585fc588824e880effcd2781061c3c6 100644
--- a/mojo/public/interfaces/bindings/tests/test_structs.mojom
+++ b/mojo/public/interfaces/bindings/tests/test_structs.mojom
@@ -22,4 +22,7 @@ struct RectPair {
Rect? second;
};
+struct EmptyStruct {
+};
+
}

Powered by Google App Engine
This is Rietveld 408576698