| Index: media/test/pipeline_integration_test.cc
|
| diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
|
| index 755eb1a1c726215772da945399d76ff8d78b40be..2c17aff4ea60b2d3619320ae8557eb0abcee7047 100644
|
| --- a/media/test/pipeline_integration_test.cc
|
| +++ b/media/test/pipeline_integration_test.cc
|
| @@ -1252,7 +1252,7 @@ TEST_P(Mp3FastSeekIntegrationTest, FastSeekAccuracy_MP3) {
|
| //
|
| // Quick TOC design (not pretty!):
|
| // - All MP3 TOCs are 100 bytes
|
| - // - Each byte is read as a uint8; value between 0 - 255.
|
| + // - Each byte is read as a uint8_t; value between 0 - 255.
|
| // - The index into this array is the numerator in the ratio: index / 100.
|
| // This fraction represents a playback time as a percentage of duration.
|
| // - The value at the given index is the numerator in the ratio: value / 256.
|
|
|