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

Unified Diff: xfa/fxfa/app/xfa_ffdochandler.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_ffdochandler.h
diff --git a/xfa/src/fxfa/app/xfa_ffdochandler.h b/xfa/fxfa/app/xfa_ffdochandler.h
similarity index 93%
rename from xfa/src/fxfa/app/xfa_ffdochandler.h
rename to xfa/fxfa/app/xfa_ffdochandler.h
index e324bff81dc514ee59cf0bd0a261aea1227f6a16..47dd85fa81767acfbc56e0c479d8ddebf69fdbd6 100644
--- a/xfa/src/fxfa/app/xfa_ffdochandler.h
+++ b/xfa/fxfa/app/xfa_ffdochandler.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_APP_XFA_FFDOCHANDLER_H_
-#define XFA_SRC_FXFA_APP_XFA_FFDOCHANDLER_H_
+#ifndef XFA_FXFA_APP_XFA_FFDOCHANDLER_H_
+#define XFA_FXFA_APP_XFA_FFDOCHANDLER_H_
#include "xfa/include/fxfa/fxfa.h"
@@ -47,4 +47,4 @@ class CXFA_FFDocHandler : public IXFA_DocHandler {
protected:
};
-#endif // XFA_SRC_FXFA_APP_XFA_FFDOCHANDLER_H_
+#endif // XFA_FXFA_APP_XFA_FFDOCHANDLER_H_

Powered by Google App Engine
This is Rietveld 408576698