| Index: content/browser/media/cdm_registry_impl.h
|
| diff --git a/content/browser/media/cdm_registry_impl.h b/content/browser/media/cdm_registry_impl.h
|
| index 0313bfe3d41c59475ea22a71b32b4e721faf9a26..f2bd940a92b830bf9842cee423e5a291ce019fa3 100644
|
| --- a/content/browser/media/cdm_registry_impl.h
|
| +++ b/content/browser/media/cdm_registry_impl.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <vector>
|
|
|
| -#include "base/lazy_instance.h"
|
| +#include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/cdm_registry.h"
|
| @@ -27,7 +27,6 @@ class CONTENT_EXPORT CdmRegistryImpl : NON_EXPORTED_BASE(public CdmRegistry) {
|
| const std::vector<CdmInfo>& GetAllRegisteredCdms() override;
|
|
|
| private:
|
| - friend struct base::DefaultLazyInstanceTraits<CdmRegistryImpl>;
|
| friend class CdmRegistryImplTest;
|
|
|
| CdmRegistryImpl();
|
|
|