| Index: chrome/browser/search/suggestions/proto/BUILD.gn
|
| diff --git a/content/browser/speech/proto/BUILD.gn b/chrome/browser/search/suggestions/proto/BUILD.gn
|
| similarity index 82%
|
| copy from content/browser/speech/proto/BUILD.gn
|
| copy to chrome/browser/search/suggestions/proto/BUILD.gn
|
| index fb54fb25906c99068b08c8568925f85bd69cb7ba..1a6018b749426b1a12964b0835b53b412a84f222 100644
|
| --- a/content/browser/speech/proto/BUILD.gn
|
| +++ b/chrome/browser/search/suggestions/proto/BUILD.gn
|
| @@ -5,7 +5,5 @@
|
| import("//third_party/protobuf/proto_library.gni")
|
|
|
| proto_library("proto") {
|
| - sources = [
|
| - "google_streaming_api.proto",
|
| - ]
|
| + sources = [ "suggestions.proto" ]
|
| }
|
|
|