| Index: chromecast/media/cma/base/decoder_buffer_base.cc
|
| diff --git a/chromecast/media/cma/base/decoder_buffer_base.cc b/chromecast/media/cma/base/decoder_buffer_base.cc
|
| deleted file mode 100644
|
| index 40c0a7d006633aca65e72dc2b58e8346e380b394..0000000000000000000000000000000000000000
|
| --- a/chromecast/media/cma/base/decoder_buffer_base.cc
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// 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"
|
| -
|
| -namespace chromecast {
|
| -namespace media {
|
| -
|
| -DecoderBufferBase::DecoderBufferBase() {
|
| -}
|
| -
|
| -DecoderBufferBase::~DecoderBufferBase() {
|
| -}
|
| -
|
| -} // namespace media
|
| -} // namespace chromecast
|
|
|