Chromium Code Reviews| Index: mojo/public/system/core_cpp.h |
| diff --git a/mojo/public/system/core_cpp.h b/mojo/public/system/core_cpp.h |
| index 667dc4172128f5ad9db6aeafc27d0af8d9aeb092..02ae4d5b957ac5e0a4154155302f7377dd44d998 100644 |
| --- a/mojo/public/system/core_cpp.h |
| +++ b/mojo/public/system/core_cpp.h |
| @@ -34,7 +34,6 @@ class ScopedHandleBase { |
| return *this; |
| } |
| - operator HandleType() const { return handle_; } |
| const HandleType& get() const { return handle_; } |
| void swap(ScopedHandleBase& other) { |