| Index: xfa/fgas/localization/fgas_locale.h
 | 
| diff --git a/xfa/fgas/localization/fgas_locale.h b/xfa/fgas/localization/fgas_locale.h
 | 
| index 48592a3bb2b312b307391262dee063448ee3d524..d1d862b0b5eb9b00dbcacd0309f26738dd20cc7e 100644
 | 
| --- a/xfa/fgas/localization/fgas_locale.h
 | 
| +++ b/xfa/fgas/localization/fgas_locale.h
 | 
| @@ -90,7 +90,7 @@ class IFX_LocaleMgr {
 | 
|    virtual uint16_t GetDefLocaleID() = 0;
 | 
|    virtual IFX_Locale* GetDefLocale() = 0;
 | 
|    virtual IFX_Locale* GetLocale(uint16_t lcid) = 0;
 | 
| -  virtual IFX_Locale* GetLocaleByName(const CFX_WideStringC& wsLocaleName) = 0;
 | 
| +  virtual IFX_Locale* GetLocaleByName(const CFX_WideString& wsLocaleName) = 0;
 | 
|  };
 | 
|  IFX_LocaleMgr* FX_LocaleMgr_Create(const FX_WCHAR* pszLocalPath,
 | 
|                                     uint16_t wDefaultLCID);
 | 
| 
 |