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

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

Issue 1527183003: Change mojo enums to be scoped enums in the generated C++ bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-binding-equals
Patch Set: rebase Created 4 years, 11 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 b62df5b1f5c972aaea0097ea17771d15ff0a7521..49b4fe8dfa9922fcba4c6aa095d682b3e98c707a 100644
--- a/mojo/public/interfaces/bindings/tests/test_structs.mojom
+++ b/mojo/public/interfaces/bindings/tests/test_structs.mojom
@@ -97,7 +97,6 @@ struct ScopedConstants {
E3 = E2,
E4,
};
- const int32 TEN_TOO = EType.E2;
EType f0 = E0; // 0
EType f1 = E1; // 1
EType f2 = E2; // 10

Powered by Google App Engine
This is Rietveld 408576698