| Index: base/ios/weak_nsobject.h
|
| diff --git a/base/ios/weak_nsobject.h b/base/ios/weak_nsobject.h
|
| index 136e430d55a995a5c9fc23ab89e5436df3fed05e..b1b8d1055b9969d981f7b83305048e8983027446 100644
|
| --- a/base/ios/weak_nsobject.h
|
| +++ b/base/ios/weak_nsobject.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/threading/non_thread_safe.h"
|
| #include "base/threading/thread_checker.h"
|
|
|
| // WeakNSObject<> is patterned after scoped_nsobject<>, but instead of
|
|
|