Chromium Code Reviews| 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.
|