blob: 3b85dea1cd4cd0b0008e6673987921483103043d [file] [log] [blame]
[email protected]307af212013-07-10 18:36:091// Copyright (c) 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "base/process/kill.h"
6
Wezc18a57c2018-04-02 20:20:147#include <algorithm>
8
[email protected]307af212013-07-10 18:36:099#include <windows.h>
avibeced7c2015-12-24 06:47:5910#include <io.h>
11#include <stdint.h>
[email protected]307af212013-07-10 18:36:09