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

Unified Diff: core/fpdftext/fpdf_text_int.cpp

Issue 1800523005: Move core/src/ up to core/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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 | « core/fpdfdoc/tagged_int.h ('k') | core/fpdftext/fpdf_text_int_unittest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdftext/fpdf_text_int.cpp
diff --git a/core/src/fpdftext/fpdf_text_int.cpp b/core/fpdftext/fpdf_text_int.cpp
similarity index 99%
rename from core/src/fpdftext/fpdf_text_int.cpp
rename to core/fpdftext/fpdf_text_int.cpp
index 16e2c8529b2c47d1074dbb780f53c5f8740c35fa..d16ccb8dde4785d14133917239cee997a382c4a1 100644
--- a/core/src/fpdftext/fpdf_text_int.cpp
+++ b/core/fpdftext/fpdf_text_int.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "core/src/fpdftext/text_int.h"
+#include "core/fpdftext/text_int.h"
#include <algorithm>
#include <cctype>
@@ -2281,8 +2281,7 @@ int CPDF_TextPageFind::GetMatchedCount() const {
}
CPDF_LinkExtract::CPDF_LinkExtract()
- : m_pTextPage(nullptr), m_bIsParsed(false) {
-}
+ : m_pTextPage(nullptr), m_bIsParsed(false) {}
CPDF_LinkExtract::~CPDF_LinkExtract() {
DeleteLinkList();
« no previous file with comments | « core/fpdfdoc/tagged_int.h ('k') | core/fpdftext/fpdf_text_int_unittest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698