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

Unified Diff: chromecast/base/chromecast_config_android.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/base/chromecast_config_android.h
diff --git a/chromecast/base/chromecast_config_android.h b/chromecast/base/chromecast_config_android.h
index 1d9082f51c25b8ef7d4a5df4e7233805694aff20..88c35365d9d59025d3854de6af2da81d2c3de30b 100644
--- a/chromecast/base/chromecast_config_android.h
+++ b/chromecast/base/chromecast_config_android.h
@@ -32,7 +32,7 @@ class ChromecastConfigAndroid {
}
private:
- friend struct base::DefaultLazyInstanceTraits<ChromecastConfigAndroid>;
+ friend struct base::LazyInstanceTraitsBase<ChromecastConfigAndroid>;
ChromecastConfigAndroid();
~ChromecastConfigAndroid();

Powered by Google App Engine
This is Rietveld 408576698