Chromium Code Reviews| Index: base/test/trace_event_analyzer.h |
| diff --git a/base/test/trace_event_analyzer.h b/base/test/trace_event_analyzer.h |
| index a8be8936cbf78a11001cf9407238bbd340e00db1..9beef6500b23d34ffcb913cfa04a5d66e2add6de 100644 |
| --- a/base/test/trace_event_analyzer.h |
| +++ b/base/test/trace_event_analyzer.h |
| @@ -6,7 +6,7 @@ |
| // specific trace events that were generated by the trace_event.h API. |
| // |
| // Basic procedure: |
| -// - Get trace events JSON string from base::debug::TraceLog. |
| +// - Get trace events JSON string from base::trace_event::TraceLog. |
| // - Create TraceAnalyzer with JSON string. |
| // - Call TraceAnalyzer::AssociateBeginEndEvents (optional). |
| // - Call TraceAnalyzer::AssociateEvents (zero or more times). |
| @@ -72,7 +72,6 @@ |
| // EXPECT_LT(duration, 1000000.0/60.0); // expect less than 1/60 second. |
| // } |
| - |
|
Primiano Tucci (use gerrit)
2015/02/09 12:17:45
Nit: You accidentally ate this line.
|
| #ifndef BASE_TEST_TRACE_EVENT_ANALYZER_H_ |
| #define BASE_TEST_TRACE_EVENT_ANALYZER_H_ |
| @@ -89,7 +88,8 @@ namespace trace_analyzer { |
| class QueryNode; |
| // trace_analyzer::TraceEvent is a more convenient form of the |
| -// base::debug::TraceEvent class to make tracing-based tests easier to write. |
| +// base::trace_event::TraceEvent class to make tracing-based tests easier to |
| +// write. |
| struct TraceEvent { |
| // ProcessThreadID contains a Process ID and Thread ID. |
| struct ProcessThreadID { |