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

Unified Diff: xfa/fee/ifde_txtedtpage.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_txtedtengine.h ('k') | xfa/fgas/crt/fgas_algorithm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fee/ifde_txtedtpage.h
diff --git a/xfa/src/fee/ifde_txtedtpage.h b/xfa/fee/ifde_txtedtpage.h
similarity index 88%
rename from xfa/src/fee/ifde_txtedtpage.h
rename to xfa/fee/ifde_txtedtpage.h
index f76498d7ed66f6ca32e879324926b587609f2e19..ec5912d0f1692cdcc1a5ecf815ecfc7f13d7f25a 100644
--- a/xfa/src/fee/ifde_txtedtpage.h
+++ b/xfa/fee/ifde_txtedtpage.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FEE_IFDE_TXTEDTPAGE_H_
-#define XFA_SRC_FEE_IFDE_TXTEDTPAGE_H_
+#ifndef XFA_FEE_IFDE_TXTEDTPAGE_H_
+#define XFA_FEE_IFDE_TXTEDTPAGE_H_
#include "core/include/fxge/fx_ge.h"
-#include "xfa/src/fde/fde_visualset.h"
-#include "xfa/src/fgas/layout/fgas_textbreak.h"
+#include "xfa/fde/fde_visualset.h"
+#include "xfa/fgas/layout/fgas_textbreak.h"
class IFDE_TxtEdtEngine;
class IFDE_TxtEdtPage : public IFDE_CanvasSet, public IFX_TxtAccess {
@@ -39,4 +39,4 @@ class IFDE_TxtEdtPage : public IFDE_CanvasSet, public IFX_TxtAccess {
virtual const CFX_RectF& GetContentsBox() = 0;
};
-#endif // XFA_SRC_FEE_IFDE_TXTEDTPAGE_H_
+#endif // XFA_FEE_IFDE_TXTEDTPAGE_H_
« no previous file with comments | « xfa/fee/ifde_txtedtengine.h ('k') | xfa/fgas/crt/fgas_algorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698