Chromium Code Reviews| Index: components/tracing/test/example_proto/test_messages.proto |
| diff --git a/components/tracing/test/example_proto/test_messages.proto b/components/tracing/test/example_proto/test_messages.proto |
| index f6d5361c4f078798ebd4b2caf6832c4726ee960c..8903b79b5af43c9d08c50e41c1ca42a223240f16 100644 |
| --- a/components/tracing/test/example_proto/test_messages.proto |
| +++ b/components/tracing/test/example_proto/test_messages.proto |
| @@ -3,6 +3,8 @@ |
| // found in the LICENSE file. |
| syntax = "proto2"; |
| +option optimize_for = LITE_RUNTIME; |
| + |
| package foo.bar; |
| import "library.proto"; |