Chromium Code Reviews
Descriptionui/views: Cleanup usage of scoped_ptr.
* Return nullptr whenever possible.
* Use make_scoped_ptr() when possible (less typing/noise).
Entries found with the following command line:
$ git grep -E '(=|\breturn)\s*scoped_ptr<.*?>([^)]+)' ui/views
BUG=None
R=sky@chromium.org
Committed: https://crrev.com/c999097cef4e2ae05ed554bbc4b85d64928c992d
Cr-Commit-Position: refs/heads/master@{#310603}
Patch Set 1 #
Total comments: 8
Patch Set 2 : no need of Pass() #Messages
Total messages: 7 (1 generated)
|