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

Unified Diff: xfa/src/fdp/include/fde_rdr.h

Issue 1707893004: Fixup incorrect include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 10 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 | « xfa/src/fdp/include/fde_pth.h ('k') | xfa/src/fdp/include/fde_rdv.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fdp/include/fde_rdr.h
diff --git a/xfa/src/fdp/include/fde_rdr.h b/xfa/src/fdp/include/fde_rdr.h
index a69404cbb36e3088ee815a7e916274702f1b8790..8aca67361b71e854f7ae0fe7ded9ba4973d3a00b 100644
--- a/xfa/src/fdp/include/fde_rdr.h
+++ b/xfa/src/fdp/include/fde_rdr.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FDE_RENDERCONTEXT
-#define _FDE_RENDERCONTEXT
+#ifndef XFA_SRC_FDP_INCLUDE_FDE_RDR_H_
+#define XFA_SRC_FDP_INCLUDE_FDE_RDR_H_
+
class IFDE_Page;
class IFDE_RenderDevice;
@@ -33,4 +34,5 @@ class IFDE_RenderContext {
virtual FDE_RENDERSTATUS DoRender(IFX_Pause* pPause = NULL) = 0;
virtual void StopRender() = 0;
};
-#endif
+
+#endif // XFA_SRC_FDP_INCLUDE_FDE_RDR_H_
« no previous file with comments | « xfa/src/fdp/include/fde_pth.h ('k') | xfa/src/fdp/include/fde_rdv.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698