Chromium Code Reviews| Index: content/browser/speech/proto/google_streaming_api.proto |
| diff --git a/content/browser/speech/proto/google_streaming_api.proto b/content/browser/speech/proto/google_streaming_api.proto |
| index 292a2e400bddf45bde172ce8c825eb5cf6130b1e..314051cd663da54e7c3ebfb161f22937ab48715e 100644 |
| --- a/content/browser/speech/proto/google_streaming_api.proto |
| +++ b/content/browser/speech/proto/google_streaming_api.proto |
| @@ -8,7 +8,7 @@ option optimize_for = LITE_RUNTIME; |
| // TODO(hans): Commented out due to compilation errors. |
| // option cc_api_version = 2; |
| -package speech.proto; |
| +package content.proto; |
|
jam
2012/10/29 03:05:21
i'm not familiar with proto files, so i don't know
hans
2012/10/29 11:29:29
This looks fine. This has the effect of moving the
|
| // SpeechRecognitionEvent is the only message type sent to client. |
| // |