Chromium Code Reviews| Index: ui/base/glib/scoped_gobject.h |
| diff --git a/ui/base/glib/scoped_gobject.h b/ui/base/glib/scoped_gobject.h |
| index abd81b86ccda222f40c032df43a5b9db8a7796ff..119fb1ba8e2d510be0adf60498037d2ef5a6fcd9 100644 |
| --- a/ui/base/glib/scoped_gobject.h |
| +++ b/ui/base/glib/scoped_gobject.h |
| @@ -30,6 +30,8 @@ class ScopedGObject { |
| return *this; |
| } |
| + T* get() { return obj_; } |
| + |
| operator T*() { return obj_; } |
| void reset(T* obj = nullptr) { |