| Index: components/cast_channel/proto/authority_keys.proto
|
| diff --git a/extensions/common/api/cast_channel/authority_keys.proto b/components/cast_channel/proto/authority_keys.proto
|
| similarity index 89%
|
| rename from extensions/common/api/cast_channel/authority_keys.proto
|
| rename to components/cast_channel/proto/authority_keys.proto
|
| index 791e831482e7332009304e29c6a7ab178ae9560b..9f62d200dc07ca12af3bb0542116ce72e5b5e3f1 100644
|
| --- a/extensions/common/api/cast_channel/authority_keys.proto
|
| +++ b/components/cast_channel/proto/authority_keys.proto
|
| @@ -6,7 +6,7 @@ syntax = "proto2";
|
|
|
| option optimize_for = LITE_RUNTIME;
|
|
|
| -package extensions.api.cast_channel.proto;
|
| +package cast_channel.proto;
|
|
|
| message AuthorityKeys {
|
| message Key {
|
|
|