| Index: content/browser/devtools/protocol/tracing_handler.cc
|
| diff --git a/content/browser/devtools/protocol/tracing_handler.cc b/content/browser/devtools/protocol/tracing_handler.cc
|
| index 2fd8e4b26714dab276141ea9a70c0361351f7b85..11cc18844aee24be513f5a172ddd62c39cf78a76 100644
|
| --- a/content/browser/devtools/protocol/tracing_handler.cc
|
| +++ b/content/browser/devtools/protocol/tracing_handler.cc
|
| @@ -224,7 +224,7 @@ Response TracingHandler::RequestMemoryDump(DevToolsCommandId command_id) {
|
| }
|
|
|
| void TracingHandler::OnMemoryDumpFinished(DevToolsCommandId command_id,
|
| - uint64 dump_guid,
|
| + uint64_t dump_guid,
|
| bool success) {
|
| client_->SendRequestMemoryDumpResponse(
|
| command_id,
|
|
|