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

Unified Diff: fpdfsdk/include/fsdk_rendercontext.h

Issue 1162453003: Remove rendundant ../include from paths of files in include/ directory (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 7 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 | « fpdfsdk/include/formfiller/FormFiller.h ('k') | fpdfsdk/include/javascript/JavaScript.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/fsdk_rendercontext.h
diff --git a/fpdfsdk/include/fsdk_rendercontext.h b/fpdfsdk/include/fsdk_rendercontext.h
index dfc9f5e58af0346892d4b10afbb4b3a473e5a3e6..4c006c3754e462a784dae401697810332c0ec908 100644
--- a/fpdfsdk/include/fsdk_rendercontext.h
+++ b/fpdfsdk/include/fsdk_rendercontext.h
@@ -4,11 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _RENDERCONTENT_H_
-#define _RENDERCONTENT_H_
+#ifndef FSDK_RENDERCONTEXT_H_
+#define FSDK_RENDERCONTEXT_H_
#include "../../public/fpdf_progressive.h"
-#include "../include/fsdk_define.h"
+#include "fsdk_define.h"
// Everything about rendering is put here: for OOM recovery
class CRenderContext
@@ -39,4 +39,5 @@ public:
private:
IFSDK_PAUSE* m_IPause;
};
-#endif
+
+#endif // FSDK_RENDERCONTEXT_H_
« no previous file with comments | « fpdfsdk/include/formfiller/FormFiller.h ('k') | fpdfsdk/include/javascript/JavaScript.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698