| Index: base/threading/thread_perftest.cc
|
| diff --git a/base/threading/thread_perftest.cc b/base/threading/thread_perftest.cc
|
| index eaeddf9443507f4e73c8688f093628e797254bc9..088f62955c3d16a08360f16bcc11e23c215e58d4 100644
|
| --- a/base/threading/thread_perftest.cc
|
| +++ b/base/threading/thread_perftest.cc
|
| @@ -6,6 +6,7 @@
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/memory/scoped_vector.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "base/synchronization/condition_variable.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/synchronization/waitable_event.h"
|
| @@ -259,7 +260,6 @@ typedef EventPerfTest<ConditionVariableEvent> ConditionVariablePerfTest;
|
| TEST_F(ConditionVariablePerfTest, EventPingPong) {
|
| RunPingPongTest("4_ConditionVariable_Threads", 4);
|
| }
|
| -
|
| #if defined(OS_POSIX)
|
|
|
| // Absolutely 100% minimal posix waitable event. If there is a better/faster
|
|
|