| Index: components/tracing/child_trace_message_filter_browsertest.cc
|
| diff --git a/components/tracing/child_trace_message_filter_browsertest.cc b/components/tracing/child_trace_message_filter_browsertest.cc
|
| index b7c83e2c1ec983219dfbbf92c32ca6de63632513..2bbff08c9d2b8a9178ad7c63f222657bee27190b 100644
|
| --- a/components/tracing/child_trace_message_filter_browsertest.cc
|
| +++ b/components/tracing/child_trace_message_filter_browsertest.cc
|
| @@ -137,7 +137,7 @@ class ChildTracingTest : public content::RenderViewTest, public IPC::Listener {
|
| WaitForIPCMessage(TracingHostMsg_ProcessMemoryDumpResponse::ID);
|
| EXPECT_NE(nullptr, msg);
|
|
|
| - // Check that the |dump_guid| and the |sucess| fields are properly set.
|
| + // Check that the |dump_guid| and the |success| fields are properly set.
|
| TracingHostMsg_ProcessMemoryDumpResponse::Param params;
|
| TracingHostMsg_ProcessMemoryDumpResponse::Read(msg, ¶ms);
|
| const uint64 resp_guid = base::get<0>(params);
|
|
|