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

Unified Diff: chrome/browser/media/router/offscreen_presentation_manager_factory.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 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: chrome/browser/media/router/offscreen_presentation_manager_factory.h
diff --git a/chrome/browser/media/router/offscreen_presentation_manager_factory.h b/chrome/browser/media/router/offscreen_presentation_manager_factory.h
index 96232db2d900c9a68478ee2c24ada6967ce94248..97a3eeaa5b60344fcf50df0853ef2303f4f53369 100644
--- a/chrome/browser/media/router/offscreen_presentation_manager_factory.h
+++ b/chrome/browser/media/router/offscreen_presentation_manager_factory.h
@@ -35,7 +35,7 @@ class OffscreenPresentationManagerFactory
static OffscreenPresentationManagerFactory* GetInstanceForTest();
private:
- friend struct base::DefaultLazyInstanceTraits<
+ friend struct base::LazyInstanceTraitsBase<
OffscreenPresentationManagerFactory>;
OffscreenPresentationManagerFactory();

Powered by Google App Engine
This is Rietveld 408576698