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

Unified Diff: components/cronet/histogram_manager.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: components/cronet/histogram_manager.h
diff --git a/components/cronet/histogram_manager.h b/components/cronet/histogram_manager.h
index bf09b518252cd9e7ce7a6d2fba45d5bf20e6ab25..faee10362c65056257b5b05d9a45d5fb3814dbbe 100644
--- a/components/cronet/histogram_manager.h
+++ b/components/cronet/histogram_manager.h
@@ -37,7 +37,7 @@ class HistogramManager : public base::HistogramFlattener {
static HistogramManager* GetInstance();
private:
- friend struct base::DefaultLazyInstanceTraits<HistogramManager>;
+ friend struct base::LazyInstanceTraitsBase<HistogramManager>;
// base::HistogramFlattener:
void RecordDelta(const base::HistogramBase& histogram,
« no previous file with comments | « components/crash/content/browser/crash_dump_observer_android.cc ('k') | components/guest_view/browser/guest_view_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698