Chromium Code Reviews| Index: core/fxcrt/extension.h |
| diff --git a/core/fxcrt/extension.h b/core/fxcrt/extension.h |
| index 698bded9b6f1dce25777f4df69ec4d800338f2c7..877f1ca144cb2b0a25df2a975d187b7cafe15c79 100644 |
| --- a/core/fxcrt/extension.h |
| +++ b/core/fxcrt/extension.h |
| @@ -47,7 +47,7 @@ class CFX_CRTFileAccess : public IFX_FileAccess { |
| IFX_FileAccess* Retain() override { |
| m_RefCount++; |
| - return (IFX_FileAccess*)this; |
| + return this; |
| } |
| void GetPath(CFX_WideString& wsPath) override { wsPath = m_path; } |