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

Unified Diff: xfa/fde/css/fde_css.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.gyp ('k') | xfa/fde/css/fde_csscache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/css/fde_css.h
diff --git a/xfa/src/fde/css/fde_css.h b/xfa/fde/css/fde_css.h
similarity index 99%
rename from xfa/src/fde/css/fde_css.h
rename to xfa/fde/css/fde_css.h
index 1e62b66c9a1d321d535ad9eedc73b6425f4ea67e..4c3e253167f6b07f0603d8c6b47a5333eba3c812 100644
--- a/xfa/src/fde/css/fde_css.h
+++ b/xfa/fde/css/fde_css.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_CSS_FDE_CSS_H_
-#define XFA_SRC_FDE_CSS_FDE_CSS_H_
+#ifndef XFA_FDE_CSS_FDE_CSS_H_
+#define XFA_FDE_CSS_FDE_CSS_H_
#include "core/include/fxge/fx_dib.h"
-#include "xfa/src/fgas/font/fgas_font.h"
-#include "xfa/src/fgas/crt/fgas_stream.h"
-#include "xfa/src/fgas/crt/fgas_utils.h"
+#include "xfa/fgas/crt/fgas_stream.h"
+#include "xfa/fgas/crt/fgas_utils.h"
+#include "xfa/fgas/font/fgas_font.h"
class IFDE_CSSValue;
class IFDE_CSSValueList;
@@ -1079,4 +1079,4 @@ class IFDE_CSSStyleSelector {
IFDE_CSSComputedStyle* pDestStyle) = 0;
};
-#endif // XFA_SRC_FDE_CSS_FDE_CSS_H_
+#endif // XFA_FDE_CSS_FDE_CSS_H_
« no previous file with comments | « xfa.gyp ('k') | xfa/fde/css/fde_csscache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698