| Index: mojo/services/prediction/interfaces/prediction.mojom
|
| diff --git a/mojo/services/prediction/interfaces/prediction.mojom b/mojo/services/prediction/interfaces/prediction.mojom
|
| index 627a7408d4c09e59f75330f638f762b1d1408ee3..bd90a8e3b1ed2fa0c6f5827f22936493167043d1 100644
|
| --- a/mojo/services/prediction/interfaces/prediction.mojom
|
| +++ b/mojo/services/prediction/interfaces/prediction.mojom
|
| @@ -6,13 +6,13 @@
|
| module prediction;
|
|
|
| struct PrevWordInfo {
|
| - string word;
|
| - bool is_beginning_of_sentence;
|
| + string word;
|
| + bool is_beginning_of_sentence;
|
| };
|
|
|
| struct PredictionInfo {
|
| - array<PrevWordInfo> previous_words;
|
| - string current_word;
|
| + array<PrevWordInfo> previous_words;
|
| + string current_word;
|
| };
|
|
|
| [ServiceName="prediction::PredictionService"]
|
|
|