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

Unified Diff: fpdfsdk/include/fx_systemhandler.h

Issue 1160443004: Fix ALL the include guards. (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
Index: fpdfsdk/include/fx_systemhandler.h
diff --git a/fpdfsdk/include/fx_systemhandler.h b/fpdfsdk/include/fx_systemhandler.h
index e0c362276cb194143600f3d63d5d03e0a10c5a23..17a36c7e92a1f21d24030b707bbec272662b478f 100644
--- a/fpdfsdk/include/fx_systemhandler.h
+++ b/fpdfsdk/include/fx_systemhandler.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FX_SYSTEMHANDLER_H_
-#define _FX_SYSTEMHANDLER_H_
+#ifndef FX_SYSTEMHANDLER_H_
+#define FX_SYSTEMHANDLER_H_
typedef FX_LPVOID FX_HWND;
typedef FX_LPVOID FX_HMENU;
@@ -90,5 +90,4 @@ public:
virtual void SetCharSet(FX_INT32 nCharSet) = 0;
};
-#endif //_FX_SYSTEMHANDLER_H_
-
+#endif // FX_SYSTEMHANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698