| Index: media/audio/sounds/test_data.h
|
| diff --git a/media/audio/sounds/test_data.h b/media/audio/sounds/test_data.h
|
| index e5544d0ecf793d5dcb312b0cbe2ab1cb45ec39b2..02000268267a9a48c06545e51bdbd4ccc2fa6c7b 100644
|
| --- a/media/audio/sounds/test_data.h
|
| +++ b/media/audio/sounds/test_data.h
|
| @@ -18,7 +18,8 @@ namespace media {
|
|
|
| const int kTestAudioKey = 1000;
|
|
|
| -const char kTestAudioData[] = "RIFF\x26\x00\x00\x00WAVEfmt \x10\x00\x00\x00"
|
| +const char kTestAudioData[] =
|
| + "RIFF\x28\x00\x00\x00WAVEfmt \x10\x00\x00\x00"
|
| "\x01\x00\x02\x00\x80\xbb\x00\x00\x00\x77\x01\x00\x02\x00\x10\x00"
|
| "data\x04\x00\x00\x00\x01\x00\x01\x00";
|
|
|
|
|