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

Unified Diff: xfa/fde/css/fde_cssdeclaration.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_cssdatatable.cpp ('k') | xfa/fde/css/fde_cssdeclaration.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/css/fde_cssdeclaration.h
diff --git a/xfa/src/fde/css/fde_cssdeclaration.h b/xfa/fde/css/fde_cssdeclaration.h
similarity index 97%
rename from xfa/src/fde/css/fde_cssdeclaration.h
rename to xfa/fde/css/fde_cssdeclaration.h
index 9866b20f4c1360a7defc35cc9fcab8011f6defe4..2a3031ea695147f00d39e4c03ee4f890c96dce6d 100644
--- a/xfa/src/fde/css/fde_cssdeclaration.h
+++ b/xfa/fde/css/fde_cssdeclaration.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_CSS_FDE_CSSDECLARATION_H_
-#define XFA_SRC_FDE_CSS_FDE_CSSDECLARATION_H_
+#ifndef XFA_FDE_CSS_FDE_CSSDECLARATION_H_
+#define XFA_FDE_CSS_FDE_CSSDECLARATION_H_
-#include "xfa/src/fde/css/fde_cssdatatable.h"
+#include "xfa/fde/css/fde_cssdatatable.h"
class FDE_CSSPropertyHolder : public CFX_Target {
public:
@@ -155,4 +155,4 @@ class CFDE_CSSDeclaration : public IFDE_CSSDeclaration, public CFX_Target {
FDE_CSSCustomProperty* m_pLastCustom;
};
-#endif // XFA_SRC_FDE_CSS_FDE_CSSDECLARATION_H_
+#endif // XFA_FDE_CSS_FDE_CSSDECLARATION_H_
« no previous file with comments | « xfa/fde/css/fde_cssdatatable.cpp ('k') | xfa/fde/css/fde_cssdeclaration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698