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

Unified Diff: chromecast/common/media/cast_media_client.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: 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: chromecast/common/media/cast_media_client.h
diff --git a/chromecast/common/media/cast_media_client.h b/chromecast/common/media/cast_media_client.h
index e6fa9ab4a3b9855ef844396cfb715e860ffeeea3..a53acb350eff7c30a6bf5953a2435d2e7e0e4ff0 100644
--- a/chromecast/common/media/cast_media_client.h
+++ b/chromecast/common/media/cast_media_client.h
@@ -35,7 +35,7 @@ class CastMediaClient : public ::media::MediaClient {
int level) override;
private:
- friend struct base::DefaultLazyInstanceTraits<CastMediaClient>;
+ friend struct base::LazyInstanceTraitsBase<CastMediaClient>;
CastMediaClient(::media::MediaClient* content_media_client,
SupportedCodecProfileLevelsMemo* supported_profiles);

Powered by Google App Engine
This is Rietveld 408576698