Chromium Code Reviews| Index: base/win/scoped_comptr.h |
| diff --git a/base/win/scoped_comptr.h b/base/win/scoped_comptr.h |
| index d4aaa842017f4db185381bc5001e40ac9ddff12f..3d05a3b7d2e2e5d98fdef066fa1e721b8ed34157 100644 |
| --- a/base/win/scoped_comptr.h |
| +++ b/base/win/scoped_comptr.h |
| @@ -214,11 +214,6 @@ class ScopedComPtr { |
| r.ptr_ = tmp; |
| } |
| - // static methods |
| - static const IID& iid() { |
| - return *interface_id; |
| - } |
| - |
| private: |
| Interface* ptr_ = nullptr; |
| }; |