| Index: content/browser/speech/speech_recognition_engine.cc
|
| diff --git a/content/browser/speech/speech_recognition_engine.cc b/content/browser/speech/speech_recognition_engine.cc
|
| index 53f0e91ce56cc264552456d5fc44b7e1157eed7b..e3b236b79760d3c27632462189b7b97b8ed8aa47 100644
|
| --- a/content/browser/speech/speech_recognition_engine.cc
|
| +++ b/content/browser/speech/speech_recognition_engine.cc
|
| @@ -7,7 +7,7 @@
|
| namespace {
|
| const int kDefaultConfigSampleRate = 8000;
|
| const int kDefaultConfigBitsPerSample = 16;
|
| -const uint32 kDefaultMaxHypotheses = 1;
|
| +const uint32_t kDefaultMaxHypotheses = 1;
|
| } // namespace
|
|
|
| namespace content {
|
|
|