[email protected] | 307af21 | 2013-07-10 18:36:09 | [diff] [blame] | 1 | // 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 | |||||
Wez | c18a57c | 2018-04-02 20:20:14 | [diff] [blame] | 7 | #include <algorithm> |
8 | |||||
[email protected] | 307af21 | 2013-07-10 18:36:09 | [diff] [blame] | 9 | #include <windows.h> |
avi | beced7c | 2015-12-24 06:47:59 | [diff] [blame] | 10 | #include <io.h> |
11 | #include <stdint.h> | ||||
[email protected] | 307af21 | 2013-07-10 18:36:09 | [diff] [blame] |