| Index: content/common/gpu/media/android_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.cc b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| index 05952cb1e431bf4ef0ec156c33d9240f49e1fe82..9eccdc65e0440ab49d2bdcb479e2e670382960ea 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -21,7 +21,6 @@
|
| #include "content/common/gpu/media/android_deferred_rendering_backing_strategy.h"
|
| #include "content/common/gpu/media/avda_return_on_failure.h"
|
| #include "content/common/gpu/media/shared_memory_region.h"
|
| -#include "content/public/common/content_switches.h"
|
| #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
|
| #include "gpu/command_buffer/service/gpu_switches.h"
|
| #include "gpu/command_buffer/service/mailbox_manager.h"
|
| @@ -31,7 +30,6 @@
|
| #include "media/base/bitstream_buffer.h"
|
| #include "media/base/limits.h"
|
| #include "media/base/media.h"
|
| -#include "media/base/media_switches.h"
|
| #include "media/base/timestamp_constants.h"
|
| #include "media/base/video_decoder_config.h"
|
| #include "media/video/picture.h"
|
|
|