| Index: tools/cygprofile/cygprofile_unittest.cc
|
| diff --git a/tools/cygprofile/cygprofile_unittest.cc b/tools/cygprofile/cygprofile_unittest.cc
|
| index 6e717c7ba88fe95d4228c53dee95862b9a4172b1..ee7a2f595a257c446f546f24cd3edbf1d7bde0ed 100644
|
| --- a/tools/cygprofile/cygprofile_unittest.cc
|
| +++ b/tools/cygprofile/cygprofile_unittest.cc
|
| @@ -4,10 +4,11 @@
|
|
|
| #include "tools/cygprofile/cygprofile.h"
|
|
|
| -#include <vector>
|
| -
|
| +#include <stdint.h>
|
| #include <sys/time.h>
|
|
|
| +#include <vector>
|
| +
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
|
|