Chromium Code Reviews| Index: core/fxcrt/fx_ext.h |
| diff --git a/core/fxcrt/fx_ext.h b/core/fxcrt/fx_ext.h |
| index cca80b1142eca3a6504354f0145462e26b02ceef..b7fd6f67f7e977e887437e121725757172f78024 100644 |
| --- a/core/fxcrt/fx_ext.h |
| +++ b/core/fxcrt/fx_ext.h |
| @@ -101,7 +101,7 @@ typedef FX_GUID const* FX_LPCGUID; |
| void FX_GUID_CreateV4(FX_LPGUID pGUID); |
| void FX_GUID_ToString(FX_LPCGUID pGUID, |
| CFX_ByteString& bsStr, |
| - FX_BOOL bSeparator = TRUE); |
| + bool bSeparator = true); |
| #endif // PDF_ENABLE_XFA |
| template <class baseType> |