Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: content/browser/media/cdm_registry_impl.h

Issue 2668813002: Remove LazyInstance usage from media/ (Closed)
Patch Set: Fix presubmit comments. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « content/browser/media/capture/audio_mirroring_manager.cc ('k') | content/browser/media/cdm_registry_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698