Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2154)

Unified Diff: core/fpdftext/fpdf_text_int.h

Issue 1796303002: Tidy fpdftext/ directory (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | core/fpdftext/fpdf_text_int.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdftext/fpdf_text_int.h
diff --git a/core/fpdftext/text_int.h b/core/fpdftext/fpdf_text_int.h
similarity index 97%
rename from core/fpdftext/text_int.h
rename to core/fpdftext/fpdf_text_int.h
index 42e254ee63ff99fab50069f69c2d1bcde437d407..7ebf653f271ddfc364ce3092762633b6021dd22d 100644
--- a/core/fpdftext/text_int.h
+++ b/core/fpdftext/fpdf_text_int.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFTEXT_TEXT_INT_H_
-#define CORE_FPDFTEXT_TEXT_INT_H_
+#ifndef CORE_FPDFTEXT_FPDF_TEXT_INT_H_
+#define CORE_FPDFTEXT_FPDF_TEXT_INT_H_
#include <deque>
#include <vector>
@@ -241,6 +241,4 @@ class CPDF_LinkExtract : public IPDF_LinkExtract {
bool m_bIsParsed;
};
-FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_WCHAR* pDst);
-
-#endif // CORE_FPDFTEXT_TEXT_INT_H_
+#endif // CORE_FPDFTEXT_FPDF_TEXT_INT_H_
« no previous file with comments | « BUILD.gn ('k') | core/fpdftext/fpdf_text_int.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698