| Index: core/fxcrt/include/fx_string.h
|
| diff --git a/core/fxcrt/include/fx_string.h b/core/fxcrt/include/fx_string.h
|
| index 9019522eca1e8b392537916ed55b25d95c93ed26..df8afb386fcda314fa5a780f247b2defc0ae3c90 100644
|
| --- a/core/fxcrt/include/fx_string.h
|
| +++ b/core/fxcrt/include/fx_string.h
|
| @@ -250,8 +250,7 @@ class CFX_WideString {
|
|
|
| CFX_WideString(const FX_WCHAR* ptr, FX_STRSIZE len);
|
|
|
| - // TODO(tsepez): mark constructor as explicit.
|
| - CFX_WideString(const CFX_WideStringC& str);
|
| + explicit CFX_WideString(const CFX_WideStringC& str);
|
| CFX_WideString(const CFX_WideStringC& str1, const CFX_WideStringC& str2);
|
|
|
| ~CFX_WideString();
|
|
|