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

Unified Diff: chromecast/base/chromecast_config_android.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 | « chrome/test/logging/win/test_log_collector.cc ('k') | chromecast/base/chromecast_config_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/test/logging/win/test_log_collector.cc ('k') | chromecast/base/chromecast_config_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698