| Index: third_party/crashpad/crashpad/util/misc/clock_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/misc/clock_test.cc b/third_party/crashpad/crashpad/util/misc/clock_test.cc
|
| index 4f81aa7092f02d9ed1f19780b7aae8fc44013860..c6e2c02ad0bf48c0a93bd16df7d2eb53dd2d0b10 100644
|
| --- a/third_party/crashpad/crashpad/util/misc/clock_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/misc/clock_test.cc
|
| @@ -14,15 +14,14 @@
|
|
|
| #include "util/misc/clock.h"
|
|
|
| -#include <stddef.h>
|
| #include <stdint.h>
|
| +#include <sys/types.h>
|
|
|
| #include <algorithm>
|
|
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "build/build_config.h"
|
| #include "gtest/gtest.h"
|
|
|
| namespace crashpad {
|
|
|