Chromium Code Reviews| Index: base/values.h |
| diff --git a/base/values.h b/base/values.h |
| index 35f66df904b3f7bbde6f8d635405cb77bb82c9a3..b7ca355799898bb86329cb584a55d2891440880f 100644 |
| --- a/base/values.h |
| +++ b/base/values.h |
| @@ -191,7 +191,6 @@ class BASE_EXPORT Value { |
| void InternalCopyConstructFrom(const Value& that); |
| void InternalMoveConstructFrom(Value&& that); |
| void InternalCopyAssignFromSameType(const Value& that); |
| - void InternalMoveAssignFromSameType(Value&& that); |
| void InternalCleanup(); |
| }; |