| Index: base/lock_unittest.cc
|
| ===================================================================
|
| --- base/lock_unittest.cc (revision 70328)
|
| +++ base/lock_unittest.cc (working copy)
|
| @@ -6,9 +6,13 @@
|
|
|
| #include <stdlib.h>
|
|
|
| -#include "base/platform_thread.h"
|
| +#include "base/threading/platform_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using base::kNullThreadHandle;
|
| +using base::PlatformThread;
|
| +using base::PlatformThreadHandle;
|
| +
|
| typedef testing::Test LockTest;
|
|
|
| // Basic test to make sure that Acquire()/Release()/Try() don't crash ----------
|
|
|