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

Unified Diff: xfa/fde/css/fde_cssdatatable.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_csscache.cpp ('k') | xfa/fde/css/fde_cssdatatable.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/css/fde_cssdatatable.h
diff --git a/xfa/src/fde/css/fde_cssdatatable.h b/xfa/fde/css/fde_cssdatatable.h
similarity index 97%
rename from xfa/src/fde/css/fde_cssdatatable.h
rename to xfa/fde/css/fde_cssdatatable.h
index 950b8d358d5f01b6abe8dea5fe4ab464c23283c8..ef7e0dc7049174afccced4cd5abd0272adecff30 100644
--- a/xfa/src/fde/css/fde_cssdatatable.h
+++ b/xfa/fde/css/fde_cssdatatable.h
@@ -4,12 +4,12 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_CSS_FDE_CSSDATATABLE_H_
-#define XFA_SRC_FDE_CSS_FDE_CSSDATATABLE_H_
+#ifndef XFA_FDE_CSS_FDE_CSSDATATABLE_H_
+#define XFA_FDE_CSS_FDE_CSSDATATABLE_H_
#include "core/include/fxcrt/fx_system.h"
-#include "xfa/src/fde/css/fde_css.h"
-#include "xfa/src/fgas/crt/fgas_memory.h"
+#include "xfa/fde/css/fde_css.h"
+#include "xfa/fgas/crt/fgas_memory.h"
class CFDE_CSSFunction : public CFX_Target {
public:
@@ -197,4 +197,4 @@ FX_BOOL FDE_ParseCSSURI(const FX_WCHAR* pszValue,
int32_t& iOffset,
int32_t& iLength);
-#endif // XFA_SRC_FDE_CSS_FDE_CSSDATATABLE_H_
+#endif // XFA_FDE_CSS_FDE_CSSDATATABLE_H_
« no previous file with comments | « xfa/fde/css/fde_csscache.cpp ('k') | xfa/fde/css/fde_cssdatatable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698