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

Unified Diff: core/fxcodec/codec/codec_int.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
« no previous file with comments | « core/fxcodec/codec/DEPS ('k') | core/fxcodec/codec/fx_codec.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/codec/codec_int.h
diff --git a/core/src/fxcodec/codec/codec_int.h b/core/fxcodec/codec/codec_int.h
similarity index 98%
rename from core/src/fxcodec/codec/codec_int.h
rename to core/fxcodec/codec/codec_int.h
index 5c784adad6e35f883dbd86f9b23af9f4e1020072..d2f44dd67496ddad1811b57804231cffc3539fe4 100644
--- a/core/src/fxcodec/codec/codec_int.h
+++ b/core/fxcodec/codec/codec_int.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_SRC_FXCODEC_CODEC_CODEC_INT_H_
-#define CORE_SRC_FXCODEC_CODEC_CODEC_INT_H_
+#ifndef CORE_FXCODEC_CODEC_CODEC_INT_H_
+#define CORE_FXCODEC_CODEC_CODEC_INT_H_
#include <limits.h>
@@ -14,8 +14,8 @@
#include <memory>
#include <vector>
+#include "core/fxcodec/jbig2/JBig2_Context.h"
#include "core/include/fxcodec/fx_codec.h"
-#include "core/src/fxcodec/jbig2/JBig2_Context.h"
#include "third_party/libopenjpeg20/openjpeg.h" // For OPJ_SIZE_T.
class CFX_IccProfileCache;
@@ -425,4 +425,4 @@ OPJ_SIZE_T opj_write_from_memory(void* p_buffer,
OPJ_OFF_T opj_skip_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data);
OPJ_BOOL opj_seek_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data);
-#endif // CORE_SRC_FXCODEC_CODEC_CODEC_INT_H_
+#endif // CORE_FXCODEC_CODEC_CODEC_INT_H_
« no previous file with comments | « core/fxcodec/codec/DEPS ('k') | core/fxcodec/codec/fx_codec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698