| Index: media/gpu/avda_codec_allocator.h
|
| diff --git a/media/gpu/avda_codec_allocator.h b/media/gpu/avda_codec_allocator.h
|
| index 8cfb4b0f1b42181d511408e79bea6b81ee78f492..18cd7a1768df06bb86608a9e1dfdd1fdda800db3 100644
|
| --- a/media/gpu/avda_codec_allocator.h
|
| +++ b/media/gpu/avda_codec_allocator.h
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "base/android/build_info.h"
|
| #include "base/bind.h"
|
| -#include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| #include "base/optional.h"
|
| #include "base/synchronization/waitable_event.h"
|
| @@ -171,7 +170,6 @@ class MEDIA_GPU_EXPORT AVDACodecAllocator {
|
| base::Thread& GetThreadForTesting(TaskType task_type);
|
|
|
| private:
|
| - friend struct base::DefaultLazyInstanceTraits<AVDACodecAllocator>;
|
| friend class AVDACodecAllocatorTest;
|
|
|
| struct OwnerRecord {
|
|
|