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

Unified Diff: xfa/fee/ifde_txtedtbuf.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/fee/fx_wordbreak/fx_wordbreakdata.cpp ('k') | xfa/fee/ifde_txtedtengine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fee/ifde_txtedtbuf.h
diff --git a/xfa/src/fee/ifde_txtedtbuf.h b/xfa/fee/ifde_txtedtbuf.h
similarity index 91%
rename from xfa/src/fee/ifde_txtedtbuf.h
rename to xfa/fee/ifde_txtedtbuf.h
index 8cc7dfeab5ff9d53cb91010ef4f0b295a41522fb..0459af4ff87498710e420e069c00b0b83678c121 100644
--- a/xfa/src/fee/ifde_txtedtbuf.h
+++ b/xfa/fee/ifde_txtedtbuf.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FEE_IFDE_TXTEDTBUF_H_
-#define XFA_SRC_FEE_IFDE_TXTEDTBUF_H_
+#ifndef XFA_FEE_IFDE_TXTEDTBUF_H_
+#define XFA_FEE_IFDE_TXTEDTBUF_H_
#include "core/include/fxcrt/fx_basic.h"
@@ -36,4 +36,4 @@ class IFDE_TxtEdtBuf {
virtual FX_BOOL Optimize(IFX_Pause* pPause = NULL) = 0;
};
-#endif // XFA_SRC_FEE_IFDE_TXTEDTBUF_H_
+#endif // XFA_FEE_IFDE_TXTEDTBUF_H_
« no previous file with comments | « xfa/fee/fx_wordbreak/fx_wordbreakdata.cpp ('k') | xfa/fee/ifde_txtedtengine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698