| commit | 63942671b93caa41959910a47bc834c5c68df15c | [log] [tgz] |
|---|---|---|
| author | jbroman <jbroman@chromium.org> | Tue Jul 26 21:36:15 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 26 21:38:27 2016 |
| tree | 25a544a7185a11caeb7528e247b0f53e3858a30d | |
| parent | d476e65cb521b5da146dbdd51bde4fafdaa37468 [diff] |
Remove virtual destructor from WorkerSettings, and make the constructor explicit. It has no base or derived classes, so its destructor need not be declared virtual. It has a one-argument constructor, which per the style guide should be declared 'explicit' to avoid undesired implicit conversions. Review-Url: https://codereview.chromium.org/2186663002 Cr-Commit-Position: refs/heads/master@{#407922}