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. |