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

Unified Diff: content/browser/media/media_internals.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
« no previous file with comments | « content/browser/media/cdm_registry_impl.cc ('k') | content/browser/media/media_internals.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/media_internals.h
diff --git a/content/browser/media/media_internals.h b/content/browser/media/media_internals.h
index 94e60d8a5f2e0ee60083399533564f166d07c42c..a9dadea8076eb5f432606eb8498bbbcebcc1783e 100644
--- a/content/browser/media/media_internals.h
+++ b/content/browser/media/media_internals.h
@@ -13,7 +13,6 @@
#include "base/callback_forward.h"
#include "base/compiler_specific.h"
-#include "base/lazy_instance.h"
#include "base/macros.h"
#include "base/strings/string16.h"
#include "base/synchronization/lock.h"
@@ -96,7 +95,6 @@ class CONTENT_EXPORT MediaInternals
friend class AudioLogImpl;
friend class MediaInternalsTest;
- friend struct base::DefaultLazyInstanceTraits<MediaInternals>;
MediaInternals();
« no previous file with comments | « content/browser/media/cdm_registry_impl.cc ('k') | content/browser/media/media_internals.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698