summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdf_searchex.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 13:25:38 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 13:25:38 -0700
commite0307861b8e55c9f44e947d8bf82b9c16ec9b963 (patch)
tree654937116d5744b207cdb005d6aa55ef7a160d79 /fpdfsdk/fpdf_searchex.cpp
parent1727aee85f22d9403e6cd8a0f786b9b7c0a2740a (diff)
downloadpdfium-e0307861b8e55c9f44e947d8bf82b9c16ec9b963.tar.xz
Move core/fpdftext/include to core/fpdftext
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2383563002
Diffstat (limited to 'fpdfsdk/fpdf_searchex.cpp')
-rw-r--r--fpdfsdk/fpdf_searchex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fpdf_searchex.cpp b/fpdfsdk/fpdf_searchex.cpp
index 9c987f2691..f82db37b5a 100644
--- a/fpdfsdk/fpdf_searchex.cpp
+++ b/fpdfsdk/fpdf_searchex.cpp
@@ -6,7 +6,7 @@
#include "public/fpdf_searchex.h"
-#include "core/fpdftext/include/cpdf_textpage.h"
+#include "core/fpdftext/cpdf_textpage.h"
DLLEXPORT int STDCALL
FPDFText_GetCharIndexFromTextIndex(FPDF_TEXTPAGE text_page, int nTextIndex) {