| Index: media/filters/h265_parser.cc
|
| diff --git a/media/filters/h265_parser.cc b/media/filters/h265_parser.cc
|
| index bf935e001c74458b23b5da0d96f16a86a20ad83e..6e2721eae05ab08433c3fca32d295e26c84dfa70 100644
|
| --- a/media/filters/h265_parser.cc
|
| +++ b/media/filters/h265_parser.cc
|
| @@ -2,14 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "media/filters/h265_parser.h"
|
| +
|
| #include <stddef.h>
|
|
|
| #include "base/logging.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/stl_util.h"
|
| -
|
| #include "media/base/decrypt_config.h"
|
| -#include "media/filters/h265_parser.h"
|
|
|
| namespace media {
|
|
|
|
|