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

Unified Diff: core/src/fxge/ge/text_int.h

Issue 461933003: Fix missing or broken include guard macros in pdfium headers. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add missing include guard files Created 6 years, 4 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/src/fxge/dib/dib_int.h ('k') | fpdfsdk/include/formfiller/FFL_Utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fxge/ge/text_int.h
diff --git a/core/src/fxge/ge/text_int.h b/core/src/fxge/ge/text_int.h
index a3c9417bfc0e64bfa89a7e99bd432c2c6c6f290e..c8d55965e3e06ea1af0e46931a51762efb073e88 100644
--- a/core/src/fxge/ge/text_int.h
+++ b/core/src/fxge/ge/text_int.h
@@ -4,6 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
+#ifndef _TEXT_INT_H_
+#define _TEXT_INT_H_
+
struct _CFX_UniqueKeyGen {
void Generate(int count, ...);
FX_CHAR m_Key[128];
@@ -98,3 +101,5 @@ public:
int m_PitchFamily;
CFX_ByteString m_FontTables;
};
+
+#endif // _TEXT_INT_H_
« no previous file with comments | « core/src/fxge/dib/dib_int.h ('k') | fpdfsdk/include/formfiller/FFL_Utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698