Update generated files for NULL to nullptr conversion (see issue #2861)

This commit is contained in:
Marshall Greenblatt
2020-01-15 14:53:19 +01:00
parent 7a701546e1
commit 97d559982e
291 changed files with 909 additions and 909 deletions

View File

@ -9,7 +9,7 @@
// implementations. See the translator.README.txt file in the tools directory
// for more information.
//
// $hash=ca9c8f821e2e25b7c7f2ad6d1bb323a79eb8b053$
// $hash=4af6d074b7de62b759a9555a0b0246e57c290328$
//
#include "libcef_dll/cpptoc/request_context_cpptoc.h"
@ -586,7 +586,7 @@ CefRefPtr<CefRequestContext> CefCppToCRefCounted<
cef_request_context_t>::UnwrapDerived(CefWrapperType type,
cef_request_context_t* s) {
NOTREACHED() << "Unexpected class type: " << type;
return NULL;
return nullptr;
}
template <>