| Index: components/tracing/proto/event.proto
|
| diff --git a/components/tracing/test/example_proto/upper_import.proto b/components/tracing/proto/event.proto
|
| similarity index 73%
|
| copy from components/tracing/test/example_proto/upper_import.proto
|
| copy to components/tracing/proto/event.proto
|
| index c948d2e8b1f52b0da523b83acb5fbfd45544c3ea..4be1b47ed846ecd97711d2e0a7d4a3202117d59a 100644
|
| --- a/components/tracing/test/example_proto/upper_import.proto
|
| +++ b/components/tracing/proto/event.proto
|
| @@ -5,7 +5,8 @@
|
| syntax = "proto2";
|
| option optimize_for = LITE_RUNTIME;
|
|
|
| -package foo.bar;
|
| +package tracing.proto;
|
|
|
| -message TrickyPublicImport {
|
| +message Event {
|
| + // TODO(kraynov): Make proto definitions.
|
| }
|
|
|