The name make_scoped_refptr doesn't match our naming convention. It wraps an object, not makes an object. We have MakeRefCounted() already, so changing make_scoped_refptr() to WrapRefCounted() to match.
The name make_scoped_refptr doesn't match our naming convention. It wraps an object, not makes an object. We have MakeRefCounted() already, so changing make_scoped_refptr() to WrapRefCounted() to match would help.
Comment 1 by kylec...@chromium.org
, Sep 14 2017