Index: xfa/fxfa/app/xfa_ffnotify.h |
diff --git a/xfa/src/fxfa/app/xfa_ffnotify.h b/xfa/fxfa/app/xfa_ffnotify.h |
similarity index 96% |
rename from xfa/src/fxfa/app/xfa_ffnotify.h |
rename to xfa/fxfa/app/xfa_ffnotify.h |
index 0e0b77bed626618323e375ed2d42b941ae8d8448..e61c07924e6889f66c49beb96791107a76a3ad37 100644 |
--- a/xfa/src/fxfa/app/xfa_ffnotify.h |
+++ b/xfa/fxfa/app/xfa_ffnotify.h |
@@ -4,10 +4,10 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_APP_XFA_FFNOTIFY_H_ |
-#define XFA_SRC_FXFA_APP_XFA_FFNOTIFY_H_ |
+#ifndef XFA_FXFA_APP_XFA_FFNOTIFY_H_ |
+#define XFA_FXFA_APP_XFA_FFNOTIFY_H_ |
-#include "xfa/src/fxfa/parser/xfa_document.h" |
+#include "xfa/fxfa/parser/xfa_document.h" |
class CXFA_FFNotify : public IXFA_Notify { |
public: |
@@ -96,4 +96,4 @@ class CXFA_FFNotify : public IXFA_Notify { |
CXFA_FFDoc* m_pDoc; |
}; |
-#endif // XFA_SRC_FXFA_APP_XFA_FFNOTIFY_H_ |
+#endif // XFA_FXFA_APP_XFA_FFNOTIFY_H_ |