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

Unified Diff: content/browser/tracing/tracing_controller_impl.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: content/browser/tracing/tracing_controller_impl.h
diff --git a/content/browser/tracing/tracing_controller_impl.h b/content/browser/tracing/tracing_controller_impl.h
index 0c7b8ea7cae9a31c6ddf76985f089b68bee01eaa..9d18406b858654d0b5c65fe241f395decd2fd623 100644
--- a/content/browser/tracing/tracing_controller_impl.h
+++ b/content/browser/tracing/tracing_controller_impl.h
@@ -103,7 +103,7 @@ class TracingControllerImpl
void RemoveTraceMessageFilterObserver(TraceMessageFilterObserver* observer);
private:
- friend struct base::DefaultLazyInstanceTraits<TracingControllerImpl>;
+ friend struct base::LazyInstanceTraitsBase<TracingControllerImpl>;
friend class TraceMessageFilter;
// The arguments and callback for an queued global memory dump request.
« no previous file with comments | « content/browser/tracing/background_tracing_manager_impl.h ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698