Chromium Code Reviews| Index: components/tracing/test/example_proto/library_internals/galaxies.proto |
| diff --git a/components/tracing/test/example_proto/library_internals/galaxies.proto b/components/tracing/test/example_proto/library_internals/galaxies.proto |
| index 21e9019615222a3fc2234ec160fb69770c40a6f1..0e203e787fa135d1d5332ec312dc445b07e3c0d1 100644 |
| --- a/components/tracing/test/example_proto/library_internals/galaxies.proto |
| +++ b/components/tracing/test/example_proto/library_internals/galaxies.proto |
| @@ -3,8 +3,12 @@ |
| // found in the LICENSE file. |
| syntax = "proto2"; |
| +option optimize_for = LITE_RUNTIME; |
| + |
| package foo.bar; |
| +import public "upper_import.proto"; |
| + |
| enum Galaxy { |
| MILKY_WAY = 1; |
| ANDROMEDA = 2; |