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

Unified Diff: xfa/fee/ifde_txtedtengine.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/ifde_txtedtbuf.h ('k') | xfa/fee/ifde_txtedtpage.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fee/ifde_txtedtengine.h
diff --git a/xfa/src/fee/ifde_txtedtengine.h b/xfa/fee/ifde_txtedtengine.h
similarity index 98%
rename from xfa/src/fee/ifde_txtedtengine.h
rename to xfa/fee/ifde_txtedtengine.h
index f49e08676809210b51f9ae57ac2b4477e55d4f1d..47700b04c7fe0df6ef5bf72f93c22d2177d0bc32 100644
--- a/xfa/src/fee/ifde_txtedtengine.h
+++ b/xfa/fee/ifde_txtedtengine.h
@@ -4,11 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FEE_IFDE_TXTEDTENGINE_H_
-#define XFA_SRC_FEE_IFDE_TXTEDTENGINE_H_
+#ifndef XFA_FEE_IFDE_TXTEDTENGINE_H_
+#define XFA_FEE_IFDE_TXTEDTENGINE_H_
#include "core/include/fxge/fx_dib.h"
-#include "xfa/src/fgas/font/fgas_font.h"
+#include "xfa/fgas/font/fgas_font.h"
class IFDE_TxtEdtPage;
class IFDE_TxtEdtEngine;
@@ -255,4 +255,4 @@ class IFDE_TxtEdtParag {
int32_t& nCount) const = 0;
};
-#endif // XFA_SRC_FEE_IFDE_TXTEDTENGINE_H_
+#endif // XFA_FEE_IFDE_TXTEDTENGINE_H_
« no previous file with comments | « xfa/fee/ifde_txtedtbuf.h ('k') | xfa/fee/ifde_txtedtpage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698