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

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

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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/fxfa/app/xfa_fwltheme.h
diff --git a/xfa/src/fxfa/app/xfa_fwltheme.h b/xfa/fxfa/app/xfa_fwltheme.h
similarity index 95%
rename from xfa/src/fxfa/app/xfa_fwltheme.h
rename to xfa/fxfa/app/xfa_fwltheme.h
index 1882311f8646ce23c523d4a406bd00491ad3f4f0..aab8099a8827fa6e7250f8b0b273b70bc06a3ede 100644
--- a/xfa/src/fxfa/app/xfa_fwltheme.h
+++ b/xfa/fxfa/app/xfa_fwltheme.h
@@ -4,9 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_APP_XFA_FWLTHEME_H_
-#define XFA_SRC_FXFA_APP_XFA_FWLTHEME_H_
+#ifndef XFA_FXFA_APP_XFA_FWLTHEME_H_
+#define XFA_FXFA_APP_XFA_FWLTHEME_H_
+#include "xfa/fxfa/app/xfa_ffapp.h"
#include "xfa/include/fwl/core/fwl_target.h"
#include "xfa/include/fwl/core/fwl_theme.h"
#include "xfa/include/fwl/theme/barcodetp.h"
@@ -21,7 +22,6 @@
#include "xfa/include/fwl/theme/pushbuttontp.h"
#include "xfa/include/fwl/theme/scrollbartp.h"
#include "xfa/include/fwl/theme/widgettp.h"
-#include "xfa/src/fxfa/app/xfa_ffapp.h"
class CXFA_FWLTheme : public IFWL_ThemeProvider {
public:
@@ -107,4 +107,4 @@ class CXFA_FWLEditTP : public CFWL_EditTP {
virtual FX_BOOL DrawBackground(CFWL_ThemeBackground* pParams);
};
-#endif // XFA_SRC_FXFA_APP_XFA_FWLTHEME_H_
+#endif // XFA_FXFA_APP_XFA_FWLTHEME_H_

Powered by Google App Engine
This is Rietveld 408576698