| Index: base/debug/trace_event_memory_unittest.cc
|
| diff --git a/base/debug/trace_event_memory_unittest.cc b/base/debug/trace_event_memory_unittest.cc
|
| index 3f5cad3ede213cb8b59e63577b942dbe72d26519..c0a1568e35712a222abb2c9139910e7cca75ea27 100644
|
| --- a/base/debug/trace_event_memory_unittest.cc
|
| +++ b/base/debug/trace_event_memory_unittest.cc
|
| @@ -164,10 +164,10 @@
|
| AppendHeapProfileLineAsTraceFormat(input.str().c_str(), &output));
|
| EXPECT_EQ(kExpectedOutput, output);
|
|
|
| - // Input with with the category "toplevel".
|
| + // Input with with the category "task".
|
| // TODO(jamescook): Eliminate this special case and move the logic to the
|
| // trace viewer code.
|
| - const char kTaskCategory[] = "toplevel";
|
| + const char kTaskCategory[] = "task";
|
| const char kTaskName[] = "TaskName";
|
| std::ostringstream input2;
|
| input2 << " 68: 4195 [ 1087: 98009] @ " << &kTaskCategory << " "
|
|
|