| Index: tools/gn/import_manager.cc
|
| diff --git a/tools/gn/import_manager.cc b/tools/gn/import_manager.cc
|
| index 0213c3367a41c5b6208cc6f62a52b7eae7c07f39..c9a44d4eaf4d69f52ed2c367fab92b0d4974e0dc 100644
|
| --- a/tools/gn/import_manager.cc
|
| +++ b/tools/gn/import_manager.cc
|
| @@ -111,7 +111,7 @@ bool ImportManager::DoImport(const SourceFile& file,
|
| base::TimeDelta::FromMilliseconds(20);
|
| if (TracingEnabled() &&
|
| import_block_end - import_block_begin > kImportBlockTraceThreshold) {
|
| - auto import_block_trace =
|
| + auto* import_block_trace =
|
| new TraceItem(TraceItem::TRACE_IMPORT_BLOCK, file.value(),
|
| base::PlatformThread::CurrentId());
|
| import_block_trace->set_begin(import_block_begin);
|
|
|