| Index: media/base/text_decoder.cc
|
| diff --git a/media/base/android/media_resource_getter.cc b/media/base/text_decoder.cc
|
| similarity index 67%
|
| copy from media/base/android/media_resource_getter.cc
|
| copy to media/base/text_decoder.cc
|
| index 5fdff06b94662f524418a767dfca9cc4417be537..7f9884cc80960b1e663f6cdda78ccdc6f0103fec 100644
|
| --- a/media/base/android/media_resource_getter.cc
|
| +++ b/media/base/text_decoder.cc
|
| @@ -2,10 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/base/android/media_resource_getter.h"
|
| +#include "media/base/text_decoder.h"
|
|
|
| namespace media {
|
|
|
| -MediaResourceGetter::~MediaResourceGetter() {}
|
| +TextDecoder::TextDecoder() {}
|
| +
|
| +TextDecoder::~TextDecoder() {}
|
|
|
| } // namespace media
|
|
|