Chromium Code Reviews| Index: base/bind_helpers.h |
| diff --git a/base/bind_helpers.h b/base/bind_helpers.h |
| index 81dba6d8433fe604ce153a82f56aba50a437d949..d19c749438c8fa3617dfe4e9f5e8216d2032df03 100644 |
| --- a/base/bind_helpers.h |
| +++ b/base/bind_helpers.h |
| @@ -431,11 +431,6 @@ const T& Unwrap(ConstRefWrapper<T> const_ref) { |
| } |
| template <typename T> |
| -T* Unwrap(const scoped_refptr<T>& o) { |
| - return o.get(); |
| -} |
| - |
| -template <typename T> |
| T* Unwrap(const RetainedRefWrapper<T>& o) { |
| return o.get(); |
| } |