| Index: base/threading/thread_local_storage_unittest.cc
|
| diff --git a/base/threading/thread_local_storage_unittest.cc b/base/threading/thread_local_storage_unittest.cc
|
| index bcc1d1b9db5250a566b9c77cbb82262883390255..322524b10e1e442284268323907165d69271dd61 100644
|
| --- a/base/threading/thread_local_storage_unittest.cc
|
| +++ b/base/threading/thread_local_storage_unittest.cc
|
| @@ -7,8 +7,10 @@
|
| #include <process.h>
|
| #endif
|
|
|
| +#include "base/macros.h"
|
| #include "base/threading/simple_thread.h"
|
| #include "base/threading/thread_local_storage.h"
|
| +#include "build/build_config.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| #if defined(OS_WIN)
|
|
|