Index: base/ref_counted.cc |
diff --git a/base/ref_counted.cc b/base/ref_counted.cc |
index 2d459ae560eb2bffe4703c9979afe000b83e54a2..b2693ac3d33820d305202cdb93e97416226572dd 100644 |
--- a/base/ref_counted.cc |
+++ b/base/ref_counted.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/ref_counted.h" |
+#include <stdbool.h> |
+#include "base/atomic_ref_count.h" |
#include "base/logging.h" |
-#include "base/threading/thread_collision_warner.h" |
+#include "base/ref_counted.h" |
namespace base { |