| Index: base/debug/activity_analyzer.h
|
| diff --git a/base/debug/activity_analyzer.h b/base/debug/activity_analyzer.h
|
| index 5a080b013ada9945055d779d2dd29c6cd65e369b..14244b7b1fe80384f477f7fbfacdfced7c7b374b 100644
|
| --- a/base/debug/activity_analyzer.h
|
| +++ b/base/debug/activity_analyzer.h
|
| @@ -114,9 +114,9 @@ class BASE_EXPORT GlobalActivityAnalyzer {
|
| const FilePath& file_path);
|
| #endif // !defined(OS_NACL)
|
|
|
| - // Iterates over all known analyzers or returns null if there are no more.
|
| - // Ownership stays with the global analyzer object and all existing analyzer
|
| - // pointers are invalidated when GetFirstAnalyzer() is called.
|
| + // Iterates over all known valid analyzers or returns null if there are no
|
| + // more. Ownership stays with the global analyzer object and all existing
|
| + // analyzer pointers are invalidated when GetFirstAnalyzer() is called.
|
| ThreadActivityAnalyzer* GetFirstAnalyzer();
|
| ThreadActivityAnalyzer* GetNextAnalyzer();
|
|
|
|
|