Skip to content
Snippets Groups Projects
Commit 191d9eaa authored by George Kulakowski's avatar George Kulakowski Committed by CQ bot account: commit-bot@chromium.org
Browse files

[fbl] Migrate to std::make_unique and remove fbl::make_unique

fbl::make_unique was functionally identical to std::make_unique. There
should be no behavior change in this CL.

The bulk of this CL was prepared via the following zsh script:

    for f in $(git grep -l 'fbl::make_unique<') ; \
    sed -i 's/fbl::make_unique</std::make_unique</' $f

Bug: ZX-3357 #comment remove make_unique
Bug: ZX-3837 #comment remove make_unique
Change-Id: Ic8bf489e4dbf7cb7d2d71ad95aa26018bf776e56
parent 76649fa8
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 24 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment