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

Unified Diff: xfa/fde/fde_image.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_geobject.cpp ('k') | xfa/fde/fde_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/fde_image.h
diff --git a/xfa/src/fde/fde_image.h b/xfa/fde/fde_image.h
similarity index 85%
rename from xfa/src/fde/fde_image.h
rename to xfa/fde/fde_image.h
index a9f16dee6f9b0bdcf0fba28d5d75e023cd23f2c9..011f232370811a4d3f0b70627d8524bc6096b8fb 100644
--- a/xfa/src/fde/fde_image.h
+++ b/xfa/fde/fde_image.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_FDE_IMAGE_H_
-#define XFA_SRC_FDE_FDE_IMAGE_H_
+#ifndef XFA_FDE_FDE_IMAGE_H_
+#define XFA_FDE_FDE_IMAGE_H_
-#include "xfa/src/fgas/crt/fgas_memory.h"
-#include "xfa/src/fgas/crt/fgas_stream.h"
-#include "xfa/src/fgas/crt/fgas_utils.h"
+#include "xfa/fgas/crt/fgas_memory.h"
+#include "xfa/fgas/crt/fgas_stream.h"
+#include "xfa/fgas/crt/fgas_utils.h"
class IFDE_Image {
public:
@@ -39,4 +39,4 @@ class IFDE_Image {
virtual void StopLoadImage() = 0;
};
-#endif // XFA_SRC_FDE_FDE_IMAGE_H_
+#endif // XFA_FDE_FDE_IMAGE_H_
« no previous file with comments | « xfa/fde/fde_geobject.cpp ('k') | xfa/fde/fde_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698