| 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 82ca85fa765c629f07d1ee5445c45a58058b4fe7..4f81aa7092f02d9ed1f19780b7aae8fc44013860 100644
|
| --- a/third_party/crashpad/crashpad/util/misc/clock_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/misc/clock_test.cc
|
| @@ -14,13 +14,15 @@
|
|
|
| #include "util/misc/clock.h"
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <algorithm>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| +#include "build/build_config.h"
|
| #include "gtest/gtest.h"
|
|
|
| namespace crashpad {
|
|
|