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

Unified Diff: xfa/fde/css/fde_csscache.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_css.h ('k') | xfa/fde/css/fde_csscache.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/css/fde_csscache.h
diff --git a/xfa/src/fde/css/fde_csscache.h b/xfa/fde/css/fde_csscache.h
similarity index 92%
rename from xfa/src/fde/css/fde_csscache.h
rename to xfa/fde/css/fde_csscache.h
index e10bea77f50facdb611605912a4eeb377659f212..b886424d64d14559039d3cfa1472db5cdcf9166c 100644
--- a/xfa/src/fde/css/fde_csscache.h
+++ b/xfa/fde/css/fde_csscache.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FDE_CSS_FDE_CSSCACHE_H_
-#define XFA_SRC_FDE_CSS_FDE_CSSCACHE_H_
+#ifndef XFA_FDE_CSS_FDE_CSSCACHE_H_
+#define XFA_FDE_CSS_FDE_CSSCACHE_H_
#include <map>
-#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 FDE_CSSCacheItem : public CFX_Target {
public:
@@ -82,4 +82,4 @@ class CFDE_CSSAccelerator : public IFDE_CSSAccelerator, public CFX_Target {
CFDE_CSSTagStack m_Stack;
};
-#endif // XFA_SRC_FDE_CSS_FDE_CSSCACHE_H_
+#endif // XFA_FDE_CSS_FDE_CSSCACHE_H_
« no previous file with comments | « xfa/fde/css/fde_css.h ('k') | xfa/fde/css/fde_csscache.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698