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

Unified Diff: xfa/fde/css/fde_csssyntax.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/css/fde_cssstylesheet.cpp ('k') | xfa/fde/css/fde_csssyntax.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/css/fde_csssyntax.h
diff --git a/xfa/src/fde/css/fde_csssyntax.h b/xfa/fde/css/fde_csssyntax.h
similarity index 93%
rename from xfa/src/fde/css/fde_csssyntax.h
rename to xfa/fde/css/fde_csssyntax.h
index dc7acdb3d53d4b8277071b1c17a60d56932fc65c..a25ab3badd77adbe5638120a4539b6b62284d27d 100644
--- a/xfa/src/fde/css/fde_csssyntax.h
+++ b/xfa/fde/css/fde_csssyntax.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_CSS_FDE_CSSSYNTAX_H_
-#define XFA_SRC_FDE_CSS_FDE_CSSSYNTAX_H_
+#ifndef XFA_FDE_CSS_FDE_CSSSYNTAX_H_
+#define XFA_FDE_CSS_FDE_CSSSYNTAX_H_
-#include "xfa/src/fde/css/fde_css.h"
-#include "xfa/src/fgas/crt/fgas_memory.h"
-#include "xfa/src/fgas/crt/fgas_stream.h"
+#include "xfa/fde/css/fde_css.h"
+#include "xfa/fgas/crt/fgas_memory.h"
+#include "xfa/fgas/crt/fgas_stream.h"
class CFDE_CSSTextBuf : public CFX_Target {
public:
@@ -116,4 +116,4 @@ class CFDE_CSSSyntaxParser : public IFDE_CSSSyntaxParser, public CFX_Target {
CFX_StackTemplate<FDE_CSSSYNTAXMODE> m_ModeStack;
};
-#endif // XFA_SRC_FDE_CSS_FDE_CSSSYNTAX_H_
+#endif // XFA_FDE_CSS_FDE_CSSSYNTAX_H_
« no previous file with comments | « xfa/fde/css/fde_cssstylesheet.cpp ('k') | xfa/fde/css/fde_csssyntax.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698