| Index: base/threading/thread_collision_warner.cc
|
| diff --git a/base/threading/thread_collision_warner.cc b/base/threading/thread_collision_warner.cc
|
| index 547e11ca66f97186e84cecc08fdf6a159872b025..57dbdd3dfd8b27efab11c375e6a6e133159acce4 100644
|
| --- a/base/threading/thread_collision_warner.cc
|
| +++ b/base/threading/thread_collision_warner.cc
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/threading/thread_collision_warner.h"
|
| -
|
| +#include "base/atomicops.h"
|
| +#include "base/atomicops_internals_x86_macosx.h"
|
| #include "base/logging.h"
|
| #include "base/threading/platform_thread.h"
|
| +#include "base/threading/thread_collision_warner.h"
|
|
|
| namespace base {
|
|
|
|
|