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

Unified Diff: xfa/src/fxfa/src/app/xfa_fwltheme.h

Issue 1707893004: Fixup incorrect include guards. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
Index: xfa/src/fxfa/src/app/xfa_fwltheme.h
diff --git a/xfa/src/fxfa/src/app/xfa_fwltheme.h b/xfa/src/fxfa/src/app/xfa_fwltheme.h
index 8b4c9385bff980943880b30bbbdc3458152b7152..a694dca93a0c6469937db73db8ac8e8a299c5140 100644
--- a/xfa/src/fxfa/src/app/xfa_fwltheme.h
+++ b/xfa/src/fxfa/src/app/xfa_fwltheme.h
@@ -4,8 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef _XFA_FWL_THEME_IMP_H
-#define _XFA_FWL_THEME_IMP_H
+#ifndef XFA_SRC_FXFA_SRC_APP_XFA_FWL_THEME_H_
Tom Sepez 2016/02/18 18:33:12 FWLTHEME
dsinclair 2016/02/18 19:19:06 Done.
+#define XFA_SRC_FXFA_SRC_APP_XFA_FWL_THEME_H_
+
class CXFA_FWLTheme : public IFWL_ThemeProvider {
public:
CXFA_FWLTheme(CXFA_FFApp* pApp);
@@ -89,4 +90,5 @@ class CXFA_FWLEditTP : public CFWL_EditTP {
public:
virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
};
-#endif
+
+#endif // XFA_SRC_FXFA_SRC_APP_XFA_FWL_THEME_H_

Powered by Google App Engine
This is Rietveld 408576698