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:
Marshall Greenblatt 2023-04-05 13:55:28 +08:00 committed by klzgrad
parent 68d7e1fc86
commit 5bf369ecba

View File

@ -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"