| Index: remoting/client/audio_player_unittest.cc
|
| diff --git a/remoting/client/audio_player_unittest.cc b/remoting/client/audio_player_unittest.cc
|
| index d61be0a8a45c5f73022d5bd19481497dcd2b7c6c..a6b5a5bf473c53fd2af8cb1ea460ede7c69f9f75 100644
|
| --- a/remoting/client/audio_player_unittest.cc
|
| +++ b/remoting/client/audio_player_unittest.cc
|
| @@ -86,7 +86,7 @@ class AudioPlayerTest : public ::testing::Test {
|
| }
|
|
|
| scoped_ptr<AudioPlayer> audio_;
|
| - scoped_array<char> buffer_;
|
| + scoped_ptr<char[]> buffer_;
|
| };
|
|
|
| scoped_ptr<AudioPacket> CreatePacketWithSamplingRate(
|
|
|