Chromium Code Reviews| Index: chromecast/media/cma/backend/audio_pipeline_device.cc |
| diff --git a/chromecast/media/cma/base/decoder_buffer_base.cc b/chromecast/media/cma/backend/audio_pipeline_device.cc |
| similarity index 62% |
| copy from chromecast/media/cma/base/decoder_buffer_base.cc |
| copy to chromecast/media/cma/backend/audio_pipeline_device.cc |
| index 40c0a7d006633aca65e72dc2b58e8346e380b394..c7f22a5019bebdc807a321fb5d8eda64bc00982f 100644 |
| --- a/chromecast/media/cma/base/decoder_buffer_base.cc |
| +++ b/chromecast/media/cma/backend/audio_pipeline_device.cc |
| @@ -2,16 +2,17 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "chromecast/media/cma/base/decoder_buffer_base.h" |
| +#include "chromecast/media/cma/backend/audio_pipeline_device.h" |
| namespace chromecast { |
| namespace media { |
| -DecoderBufferBase::DecoderBufferBase() { |
| +AudioPipelineDevice::AudioPipelineDevice() { |
| } |
| -DecoderBufferBase::~DecoderBufferBase() { |
| +AudioPipelineDevice::~AudioPipelineDevice() { |
| } |
| } // namespace media |
| } // namespace chromecast |
| + |
|
damienv1
2014/10/03 22:19:41
Remove last line.
gunsch
2014/10/03 23:08:44
Done.
|