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 4b732ece0d3333c8d58b527e9c1a4aa7889363a8..fb54da665484fc7b6c00c55782a97558e5ac8e50 100644 |
--- a/content/browser/tracing/tracing_controller_impl.h |
+++ b/content/browser/tracing/tracing_controller_impl.h |
@@ -199,6 +199,7 @@ class TracingControllerImpl |
std::set<TracingUI*> tracing_uis_; |
scoped_refptr<TraceDataSink> trace_data_sink_; |
scoped_refptr<TraceDataSink> monitoring_data_sink_; |
+ |
DISALLOW_COPY_AND_ASSIGN(TracingControllerImpl); |
}; |