| Index: components/tracing/test/example_proto/library.proto
|
| diff --git a/components/tracing/test/example_proto/library.proto b/components/tracing/test/example_proto/library.proto
|
| index 04f019ea72c6244ec9322aa6ed104a3ccf9ac75d..a0839190f1d4f049d09e1942df69542248326a24 100644
|
| --- a/components/tracing/test/example_proto/library.proto
|
| +++ b/components/tracing/test/example_proto/library.proto
|
| @@ -3,6 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| syntax = "proto2";
|
| +option optimize_for = LITE_RUNTIME;
|
| +
|
| package foo.bar;
|
|
|
| import public "library_internals/galaxies.proto";
|
|
|