| Index: chrome/test/base/tracing.h
|
| diff --git a/chrome/test/base/tracing.h b/chrome/test/base/tracing.h
|
| index bff5afa0c2a7bf7f605b3960275353dd6a614e84..38832d822ff2b85907ab6a15d733527cf193a5a4 100644
|
| --- a/chrome/test/base/tracing.h
|
| +++ b/chrome/test/base/tracing.h
|
| @@ -23,7 +23,7 @@ namespace tracing {
|
| // Example: BeginTracing("test_MyTest*,test_OtherStuff");
|
| // Example: BeginTracing("-excluded_category1,-excluded_category2");
|
| //
|
| -// See base/debug/trace_event.h for documentation of included and excluded
|
| +// See base/trace_event/trace_event.h for documentation of included and excluded
|
| // category_patterns.
|
| bool BeginTracing(const std::string& category_patterns) WARN_UNUSED_RESULT;
|
|
|
|
|