• kylechar's avatar
    Fix scoped_refptr construction from NULL · c2dcabd1
    kylechar authored
    This is a precursor to adding a new scoped_refptr(std::nullptr_t)
    constructor. The implicit conversion from NULL to scoped_refptr<T>
    causes a compilation error with the new constructor. Replace NULL with
    nullptr in any files where this is a problem.
    
    This CL was uploaded by git cl split.
    
    R=nharper@chromium.org
    
    Bug: 1018887
    Change-Id: Id2d23759b383b43fea02bfba279ec96286da5eb9
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884997
    Auto-Submit: kylechar <kylechar@chromium.org>
    Reviewed-by: default avatarNick Harper <nharper@chromium.org>
    Commit-Queue: Nick Harper <nharper@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#710049}
    c2dcabd1
cert_test_util_nss.cc 4.26 KB