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

Unified Diff: core/fxcodec/JBig2_DocumentContext.h

Issue 2381063002: Move core/fxcodec/codec/include and core/fxcodec/include files up (Closed)
Patch Set: Rebase to master Created 4 years, 3 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/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp ('k') | core/fxcodec/codec/ccodec_iccmodule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/JBig2_DocumentContext.h
diff --git a/core/fxcodec/include/JBig2_DocumentContext.h b/core/fxcodec/JBig2_DocumentContext.h
similarity index 82%
rename from core/fxcodec/include/JBig2_DocumentContext.h
rename to core/fxcodec/JBig2_DocumentContext.h
index d49bdfab8e2deb4f66a87c8f1ba661b0b7be9a09..9e5d3b3d3bfa087c4a86939f4f34d0e251448381 100644
--- a/core/fxcodec/include/JBig2_DocumentContext.h
+++ b/core/fxcodec/JBig2_DocumentContext.h
@@ -4,8 +4,8 @@
//
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXCODEC_INCLUDE_JBIG2_DOCUMENTCONTEXT_H_
-#define CORE_FXCODEC_INCLUDE_JBIG2_DOCUMENTCONTEXT_H_
+#ifndef CORE_FXCODEC_JBIG2_DOCUMENTCONTEXT_H_
+#define CORE_FXCODEC_JBIG2_DOCUMENTCONTEXT_H_
#include <list>
#include <memory>
@@ -31,4 +31,4 @@ class JBig2_DocumentContext {
std::list<CJBig2_CachePair> m_SymbolDictCache;
};
-#endif // CORE_FXCODEC_INCLUDE_JBIG2_DOCUMENTCONTEXT_H_
+#endif // CORE_FXCODEC_JBIG2_DOCUMENTCONTEXT_H_
« no previous file with comments | « core/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp ('k') | core/fxcodec/codec/ccodec_iccmodule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698