mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-21 21:06:12 +03:00
win: Add missing process_handle.h include
Fixes the following error: ../../base/logging.cc(995,24): error: no member named 'GetUniqueIdForProcess' in namespace 'base' stream_ << base::GetUniqueIdForProcess() << ':'; ~~~~~~^ 1 error generated. Change-Id: Ibe3f11956ca491456685db446137b8e39248e696 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4294575 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Marshall Greenblatt <marshall@chromium.org> Cr-Commit-Position: refs/heads/main@{#1110671}
This commit is contained in:
parent
68d7e1fc86
commit
5bf369ecba
@ -20,6 +20,7 @@
|
||||
#include "base/debug/crash_logging.h"
|
||||
#include "base/immediate_crash.h"
|
||||
#include "base/pending_task.h"
|
||||
#include "base/process/process_handle.h"
|
||||
#include "base/strings/string_piece.h"
|
||||
#include "base/task/common/task_annotator.h"
|
||||
#include "base/trace_event/base_tracing.h"
|
||||
|
Loading…
Reference in New Issue
Block a user