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

Unified Diff: xfa/fde/fde_visualset.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/fde/fde_renderdevice.h ('k') | xfa/fde/tto/fde_textout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/fde_visualset.h
diff --git a/xfa/src/fde/fde_visualset.h b/xfa/fde/fde_visualset.h
similarity index 93%
rename from xfa/src/fde/fde_visualset.h
rename to xfa/fde/fde_visualset.h
index 71c431f1fce6e34e6712e1c68ad91e93ef2f130f..5da21fb8421859d053e7af0cadca83a1086d9e90 100644
--- a/xfa/src/fde/fde_visualset.h
+++ b/xfa/fde/fde_visualset.h
@@ -4,18 +4,18 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_FDE_VISUALSET_H_
-#define XFA_SRC_FDE_FDE_VISUALSET_H_
+#ifndef XFA_FDE_FDE_VISUALSET_H_
+#define XFA_FDE_FDE_VISUALSET_H_
#include "core/include/fxcrt/fx_coordinates.h"
#include "core/include/fxcrt/fx_system.h"
#include "core/include/fxge/fx_dib.h"
#include "core/include/fxge/fx_ge.h"
-#include "xfa/src/fde/fde_brush.h"
-#include "xfa/src/fde/fde_image.h"
-#include "xfa/src/fde/fde_path.h"
-#include "xfa/src/fde/fde_pen.h"
-#include "xfa/src/fgas/font/fgas_font.h"
+#include "xfa/fde/fde_brush.h"
+#include "xfa/fde/fde_image.h"
+#include "xfa/fde/fde_path.h"
+#include "xfa/fde/fde_pen.h"
+#include "xfa/fgas/font/fgas_font.h"
enum FDE_VISUALOBJTYPE {
FDE_VISUALOBJ_Canvas = 0x00,
@@ -120,4 +120,4 @@ class IFDE_VisualSetIterator {
IFDE_CanvasSet** ppCanvasSet = NULL) = 0;
};
-#endif // XFA_SRC_FDE_FDE_VISUALSET_H_
+#endif // XFA_FDE_FDE_VISUALSET_H_
« no previous file with comments | « xfa/fde/fde_renderdevice.h ('k') | xfa/fde/tto/fde_textout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698