| Index: base/threading/platform_thread_unittest.cc
|
| diff --git a/base/threading/platform_thread_unittest.cc b/base/threading/platform_thread_unittest.cc
|
| index c4b3d5d7ecc6092a89ca519800b55f92d3fd77da..a81e0a9d0c2d6fa6ebc70002b9b8de60630cf7d7 100644
|
| --- a/base/threading/platform_thread_unittest.cc
|
| +++ b/base/threading/platform_thread_unittest.cc
|
| @@ -8,10 +8,6 @@
|
| #include "base/threading/platform_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -#if defined(OS_WIN)
|
| -#include <windows.h>
|
| -#endif
|
| -
|
| namespace base {
|
|
|
| // Trivial tests that thread runs and doesn't crash on create and join ---------
|
|
|