Chromium Code Reviews| Index: xfa/fee/fde_txtedtbuf.h |
| diff --git a/xfa/fee/fde_txtedtbuf.h b/xfa/fee/fde_txtedtbuf.h |
| index 5d7de45401ae44e3ba24388dfa2e9fff129eff21..673d2b98caf8b60666fe705a193edbadb0f8bb80 100644 |
| --- a/xfa/fee/fde_txtedtbuf.h |
| +++ b/xfa/fee/fde_txtedtbuf.h |
| @@ -81,7 +81,7 @@ class CFDE_TxtEdtBuf { |
| int32_t m_nTotal; |
| FX_BOOL m_bChanged; |
| CFX_ArrayTemplate<FDE_CHUNKHEADER*> m_Chunks; |
| - IFX_MEMAllocator* m_pAllocator; |
| + IFX_MemoryAllocator* m_pAllocator; |
| }; |
| #endif // XFA_FEE_FDE_TXTEDTBUF_H_ |