commit | b92e241e3995122443f18086167a879515c99664 | [log] [tgz] |
---|---|---|
author | Mugdha Lakhani <nator@chromium.org> | Mon Mar 18 18:04:33 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 18 18:04:33 2019 |
tree | 11f0d71374085048493241f9daca11318d773b10 | |
parent | 4c1c5d88225c2603c522b0ed5a31b07a9e127270 [diff] |
[Background Sync] Remove more instances of raw new. This CL weeds out more instances of raw new and replaces them with std::make_unique<>, wherever appropriate, per this guideline: https://chromium.googlesource.com/chromium/src/+/HEAD/styleguide/c++/c++-dos-and-donts.md#use-and-instead-of-bare In one instance, there's no need of a pointer, so it's been removed. Bug: 932591 Change-Id: I0b99d8ebc468bd7c496b7d50844f46fea2d68b44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529090 Reviewed-by: Peter Beverloo <peter@chromium.org> Reviewed-by: Rayan Kanso <rayankans@chromium.org> Commit-Queue: Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#641686}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .