summaryrefslogtreecommitdiff
path: root/xfa
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 11:58:38 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 11:58:38 -0700
commit166bc16e15a5be72fe19da97504b4837967333ff (patch)
treeec6d5e2e997840e51fc10d7bc9f709448bdb9152 /xfa
parent1771a71f8140944eafa66f0e1f0779de4c0631af (diff)
downloadpdfium-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')
-rw-r--r--xfa/fxfa/app/DEPS2
-rw-r--r--xfa/fxfa/app/xfa_fontmgr.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS
index 2f7428f6bf..3c47627df8 100644
--- a/xfa/fxfa/app/DEPS
+++ b/xfa/fxfa/app/DEPS
@@ -1,6 +1,6 @@
include_rules = [
'+core/fdrm/crypto',
- '+core/fpdfapi/fpdf_font/include',
+ '+core/fpdfapi/fpdf_font',
'+core/fpdfapi/fpdf_page/include',
'+core/fpdfapi/fpdf_parser/include',
'+core/fpdfdoc/include',
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"