Chromium Code Reviews| Index: xfa/fxfa/app/xfa_ffbarcode.cpp |
| diff --git a/xfa/fxfa/app/xfa_ffbarcode.cpp b/xfa/fxfa/app/xfa_ffbarcode.cpp |
| index 5b1fe35c90a19cdef7e93e0c6fd245422fef8c72..ffbd7ce505d2e0d190567289d24268733435c262 100644 |
| --- a/xfa/fxfa/app/xfa_ffbarcode.cpp |
| +++ b/xfa/fxfa/app/xfa_ffbarcode.cpp |
| @@ -111,7 +111,7 @@ XFA_LPCBARCODETYPEENUMINFO XFA_GetBarcodeTypeByName( |
| iStart = iMid + 1; |
| } |
| } while (iStart <= iEnd); |
| - return NULL; |
| + return nullptr; |
| } |
| } // namespace. |