| Index: base/memory/ref_counted.h
|
| diff --git a/base/memory/ref_counted.h b/base/memory/ref_counted.h
|
| index 26c65519664ee0eddb8cf7d2c8687232f8ec36f1..c8450ff630890773f6d1d07ecd986f05074594fd 100644
|
| --- a/base/memory/ref_counted.h
|
| +++ b/base/memory/ref_counted.h
|
| @@ -14,7 +14,6 @@
|
| #ifndef NDEBUG
|
| #include "base/logging.h"
|
| #endif
|
| -#include "base/move.h"
|
| #include "base/threading/thread_collision_warner.h"
|
| #include "build/build_config.h"
|
|
|
| @@ -265,7 +264,6 @@ class RefCountedData
|
| //
|
| template <class T>
|
| class scoped_refptr {
|
| - TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03(scoped_refptr)
|
| public:
|
| typedef T element_type;
|
|
|
|
|