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

Unified Diff: xfa/fde/fde_object.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_iterator.cpp ('k') | xfa/fde/fde_object.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/fde_object.h
diff --git a/xfa/src/fde/fde_object.h b/xfa/fde/fde_object.h
similarity index 97%
rename from xfa/src/fde/fde_object.h
rename to xfa/fde/fde_object.h
index d9e5737fa021fcbaeff969bf31c4587f6ad61911..ae7b95aa3286e251d074a3e2610baf6b9695d601 100644
--- a/xfa/src/fde/fde_object.h
+++ b/xfa/fde/fde_object.h
@@ -4,15 +4,15 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_FDE_OBJECT_H_
-#define XFA_SRC_FDE_FDE_OBJECT_H_
+#ifndef XFA_FDE_FDE_OBJECT_H_
+#define XFA_FDE_FDE_OBJECT_H_
#include <cstdint>
#include "core/include/fxge/fx_dib.h"
-#include "xfa/src/fde/fde_brush.h"
-#include "xfa/src/fde/fde_pen.h"
-#include "xfa/src/fgas/crt/fgas_memory.h"
+#include "xfa/fde/fde_brush.h"
+#include "xfa/fde/fde_pen.h"
+#include "xfa/fgas/crt/fgas_memory.h"
class CFDE_Pen : public IFDE_Pen, public CFX_Target {
public:
@@ -243,4 +243,4 @@ class CFDE_LinearBrush : public IFDE_LinearGradientBrush, public CFX_Target {
CFX_Matrix m_Matrix;
};
-#endif // XFA_SRC_FDE_FDE_OBJECT_H_
+#endif // XFA_FDE_FDE_OBJECT_H_
« no previous file with comments | « xfa/fde/fde_iterator.cpp ('k') | xfa/fde/fde_object.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698