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

Unified Diff: public/fpdf_doc.h

Issue 1128003005: Tidy public/ directory. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase. 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: public/fpdf_doc.h
diff --git a/public/fpdf_doc.h b/public/fpdf_doc.h
index 1587ef4069daa903017adcb161b1eabd199f9599..a78a8becbb1572369d896781b9a2919fdd9198a7 100644
--- a/public/fpdf_doc.h
+++ b/public/fpdf_doc.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _FPDFDOC_H_
-#define _FPDFDOC_H_
+#ifndef PUBLIC_FPDF_DOC_H_
+#define PUBLIC_FPDF_DOC_H_
#include "fpdfview.h"
@@ -263,7 +263,7 @@ DLLEXPORT unsigned long STDCALL FPDF_GetMetaText(FPDF_DOCUMENT doc, FPDF_BYTESTR
#ifdef __cplusplus
-};
+}
#endif
-#endif // _FPDFDOC_H_
+#endif // PUBLIC_FPDF_DOC_H_
Lei Zhang 2015/05/13 21:40:34 still got a tab here?
Tom Sepez 2015/05/13 22:16:59 Done.
« no previous file with comments | « public/fpdf_dataavail.h ('k') | public/fpdf_edit.h » ('j') | public/fpdf_fwlevent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698