Chromium Code Reviews| Index: base/bind_helpers.h |
| diff --git a/base/bind_helpers.h b/base/bind_helpers.h |
| index 3683902a844f77ee7f96cf1bc8bfe71058211f79..d86393bec05676d942bd13f3df72a08ce828d53a 100644 |
| --- a/base/bind_helpers.h |
| +++ b/base/bind_helpers.h |
| @@ -441,11 +441,6 @@ T* Unwrap(const RetainedRefWrapper<T>& o) { |
| } |
| template <typename T> |
| -const WeakPtr<T>& Unwrap(const WeakPtr<T>& o) { |
| - return o; |
| -} |
| - |
| -template <typename T> |
| T* Unwrap(const OwnedWrapper<T>& o) { |
| return o.get(); |
| } |