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

Unified Diff: chromecast/graphics/cast_vsync_settings.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
« no previous file with comments | « chromecast/crash/app_state_tracker.cc ('k') | chromecast/graphics/cast_vsync_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/graphics/cast_vsync_settings.h
diff --git a/chromecast/graphics/cast_vsync_settings.h b/chromecast/graphics/cast_vsync_settings.h
index 791fd0f9d68b3b77bf0a02b23ec1a8d311eb4e95..48211ac722a236afc6d9935d28a9e73cb5ebbe0c 100644
--- a/chromecast/graphics/cast_vsync_settings.h
+++ b/chromecast/graphics/cast_vsync_settings.h
@@ -32,7 +32,7 @@ class CastVSyncSettings {
void RemoveObserver(Observer* observer);
private:
- friend struct base::DefaultLazyInstanceTraits<CastVSyncSettings>;
+ friend struct base::LazyInstanceTraitsBase<CastVSyncSettings>;
CastVSyncSettings();
~CastVSyncSettings();
« no previous file with comments | « chromecast/crash/app_state_tracker.cc ('k') | chromecast/graphics/cast_vsync_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698