diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 11:58:38 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 11:58:38 -0700 |
commit | 166bc16e15a5be72fe19da97504b4837967333ff (patch) | |
tree | ec6d5e2e997840e51fc10d7bc9f709448bdb9152 /xfa/fxfa/app/xfa_fontmgr.cpp | |
parent | 1771a71f8140944eafa66f0e1f0779de4c0631af (diff) | |
download | pdfium-166bc16e15a5be72fe19da97504b4837967333ff.tar.xz |
Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2375283003
Diffstat (limited to 'xfa/fxfa/app/xfa_fontmgr.cpp')
-rw-r--r-- | xfa/fxfa/app/xfa_fontmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_fontmgr.cpp b/xfa/fxfa/app/xfa_fontmgr.cpp index be5081d857..57e0baffa0 100644 --- a/xfa/fxfa/app/xfa_fontmgr.cpp +++ b/xfa/fxfa/app/xfa_fontmgr.cpp @@ -10,7 +10,7 @@ #include <memory> #include <utility> -#include "core/fpdfapi/fpdf_font/include/cpdf_font.h" +#include "core/fpdfapi/fpdf_font/cpdf_font.h" #include "core/fpdfapi/fpdf_parser/include/cpdf_dictionary.h" #include "core/fpdfapi/fpdf_parser/include/cpdf_document.h" #include "xfa/fgas/font/fgas_gefont.h" |