diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-04-18 13:56:39 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-18 18:08:17 +0000 |
commit | 994acdc1a31015674e786d24cc37d08dfae6d863 (patch) | |
tree | cc0fc6e15f4dd439b86e2cb673282613867ce4bb /xfa/fxfa/app/cxfa_textlayout.h | |
parent | 5ae87922cb96810a05b2262c66b55b7e8f00e46d (diff) | |
download | pdfium-994acdc1a31015674e786d24cc37d08dfae6d863.tar.xz |
Rename text break files to match class names.
This CL renames several fgas/layout files to match the class names
contained in the files.
Change-Id: Ib4feaa902618e577261e51dbac743cb4cb500ea1
Reviewed-on: https://pdfium-review.googlesource.com/4290
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'xfa/fxfa/app/cxfa_textlayout.h')
-rw-r--r-- | xfa/fxfa/app/cxfa_textlayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/cxfa_textlayout.h b/xfa/fxfa/app/cxfa_textlayout.h index 9bfc977247..5bce1c9ab2 100644 --- a/xfa/fxfa/app/cxfa_textlayout.h +++ b/xfa/fxfa/app/cxfa_textlayout.h @@ -14,7 +14,7 @@ #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/fx_string.h" #include "xfa/fde/css/fde_css.h" -#include "xfa/fgas/layout/fgas_rtfbreak.h" +#include "xfa/fgas/layout/cfx_rtfbreak.h" #include "xfa/fxfa/app/cxfa_textparser.h" class CFDE_Brush; |