Commit 8cfd4a92 authored by Hidehiko Abe's avatar Hidehiko Abe Committed by Commit Bot

Fix hang_watcher's standard lib header includes.

BUG=None
TEST=Build locally.

Change-Id: Ibf130dcb59c094cedb6fc94ed62f74d97a299616
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029406
Commit-Queue: Hidehiko Abe <hidehiko@chromium.org>
Commit-Queue: François Doray <fdoray@chromium.org>
Reviewed-by: default avatarFrançois Doray <fdoray@chromium.org>
Cr-Commit-Position: refs/heads/master@{#736877}
parent 80d89eb4
......@@ -3,6 +3,10 @@
// found in the LICENSE file.
#include "base/threading/hang_watcher.h"
#include <algorithm>
#include <utility>
#include "base/bind.h"
#include "base/callback_helpers.h"
#include "base/no_destructor.h"
......
......@@ -5,8 +5,9 @@
#ifndef BASE_THREADING_HANG_WATCHER_H_
#define BASE_THREADING_HANG_WATCHER_H_
#include <exception>
#include <atomic>
#include <memory>
#include <vector>
#include "base/atomicops.h"
#include "base/callback.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment