Chromium Code Reviews| Index: base/threading/thread_perftest.cc |
| diff --git a/base/threading/thread_perftest.cc b/base/threading/thread_perftest.cc |
| index eaeddf9443507f4e73c8688f093628e797254bc9..526b01bbd226dcc7cab47170ad0d24c9bfb5ec42 100644 |
| --- a/base/threading/thread_perftest.cc |
| +++ b/base/threading/thread_perftest.cc |
| @@ -5,7 +5,9 @@ |
| #include "base/base_switches.h" |
| #include "base/bind.h" |
| #include "base/command_line.h" |
| +#include "base/format_macros.h" |
|
darin (slow to review)
2014/09/28 03:42:20
nit: are these includes needed?
|
| #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 +261,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 |