Chromium Code Reviews| Index: media/filters/h265_parser.cc |
| diff --git a/media/filters/h265_parser.cc b/media/filters/h265_parser.cc |
| index bf935e001c74458b23b5da0d96f16a86a20ad83e..b77495b6b235c907dbbc0523015d6e3867babbf9 100644 |
| --- a/media/filters/h265_parser.cc |
| +++ b/media/filters/h265_parser.cc |
| @@ -2,14 +2,15 @@ |
| // 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 <memory> |
|
ddorwin
2016/04/21 23:14:20
It looks like this isn't even necessary.
dcheng
2016/04/21 23:16:28
Done.
|
| + |
| #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 { |