Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / audio_device / android / fine_audio_buffer.h
index 597b8aa..e577b72 100644 (file)
@@ -56,7 +56,7 @@ class FineAudioBuffer {
   int bytes_per_10_ms_;
 
   // Storage for samples that are not yet asked for.
-  scoped_array<int8_t> cache_buffer_;
+  scoped_ptr<int8_t[]> cache_buffer_;
   int cached_buffer_start_;  // Location of first unread sample.
   int cached_bytes_;  // Number of bytes stored in cache.
 };