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

Unified Diff: core/fpdfapi/fpdf_parser/fpdf_parser_utility.h

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
Index: core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
diff --git a/core/src/fpdfapi/fpdf_parser/fpdf_parser_utility.h b/core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
similarity index 84%
rename from core/src/fpdfapi/fpdf_parser/fpdf_parser_utility.h
rename to core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
index cdc1199623da51e27e01617433efc8baf7b8d3cb..d0410eec9807bbc1c3d309c1e553ec89c442e227 100644
--- a/core/src/fpdfapi/fpdf_parser/fpdf_parser_utility.h
+++ b/core/fpdfapi/fpdf_parser/fpdf_parser_utility.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_SRC_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
-#define CORE_SRC_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
+#ifndef CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
+#define CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
#include "core/include/fxcrt/fx_string.h"
#include "core/include/fxcrt/fx_system.h"
@@ -36,4 +36,4 @@ inline bool PDFCharIsLineEnding(uint8_t c) {
int32_t GetHeaderOffset(IFX_FileRead* pFile);
int32_t GetDirectInteger(CPDF_Dictionary* pDict, const CFX_ByteStringC& key);
-#endif // CORE_SRC_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
+#endif // CORE_FPDFAPI_FPDF_PARSER_FPDF_PARSER_UTILITY_H_
« no previous file with comments | « core/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp ('k') | core/fpdfapi/fpdf_parser/fpdf_parser_utility.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698