| Index: chrome/browser/task_profiler/task_profiler_data_serializer_unittest.cc
|
| diff --git a/chrome/browser/task_profiler/task_profiler_data_serializer_unittest.cc b/chrome/browser/task_profiler/task_profiler_data_serializer_unittest.cc
|
| index da040b78bab0302146de9edecabeee271ab167fb..5567eec6c918a41ed608de27d14a2560689861eb 100644
|
| --- a/chrome/browser/task_profiler/task_profiler_data_serializer_unittest.cc
|
| +++ b/chrome/browser/task_profiler/task_profiler_data_serializer_unittest.cc
|
| @@ -26,7 +26,7 @@ void ExpectSerialization(
|
| process_data_phase, process_id, process_type, &serialized_value);
|
|
|
| std::string serialized_json;
|
| - base::JSONWriter::Write(&serialized_value, &serialized_json);
|
| + base::JSONWriter::Write(serialized_value, &serialized_json);
|
|
|
| EXPECT_EQ(expected_json, serialized_json);
|
| }
|
|
|