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

Unified Diff: xfa/fxfa/fm2js/xfa_error.h

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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
« no previous file with comments | « xfa/fxfa/app/xfa_textlayout.cpp ('k') | xfa/fxfa/fm2js/xfa_error.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/fm2js/xfa_error.h
diff --git a/xfa/src/fxfa/fm2js/xfa_error.h b/xfa/fxfa/fm2js/xfa_error.h
similarity index 86%
rename from xfa/src/fxfa/fm2js/xfa_error.h
rename to xfa/fxfa/fm2js/xfa_error.h
index 7c11080a0955e8f93cf0b564916dcb1c49735bef..1da1e245c09343e3b7d50f3246e32c84c9dc9890 100644
--- a/xfa/src/fxfa/fm2js/xfa_error.h
+++ b/xfa/fxfa/fm2js/xfa_error.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_FM2JS_XFA_ERROR_H_
-#define XFA_SRC_FXFA_FM2JS_XFA_ERROR_H_
+#ifndef XFA_FXFA_FM2JS_XFA_ERROR_H_
+#define XFA_FXFA_FM2JS_XFA_ERROR_H_
#include "core/include/fxcrt/fx_string.h"
#include "core/include/fxcrt/fx_system.h"
@@ -32,4 +32,4 @@ class CXFA_FMErrorInfo {
};
const FX_WCHAR* XFA_FM_ErrorMsg(XFA_FM_ERRMSG msg);
-#endif // XFA_SRC_FXFA_FM2JS_XFA_ERROR_H_
+#endif // XFA_FXFA_FM2JS_XFA_ERROR_H_
« no previous file with comments | « xfa/fxfa/app/xfa_textlayout.cpp ('k') | xfa/fxfa/fm2js/xfa_error.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698