summaryrefslogtreecommitdiff
path: root/core/fxcrt/cfx_maybe_owned_unittest.cpp
AgeCommit message (Collapse)Author
2016-11-23Add CFX_MaybeOwned<> template.tsepez
This will allow us to get rid of more .release()s of unique_ptrs, as shown by the changed cpdf_colorspace usage. Review-Url: https://codereview.chromium.org/2526903002