Chromium Code Reviews

Unified Diff: xfa/fde/css/fde_csscache.cpp

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: xfa/fde/css/fde_csscache.cpp
diff --git a/xfa/src/fde/css/fde_csscache.cpp b/xfa/fde/css/fde_csscache.cpp
similarity index 99%
rename from xfa/src/fde/css/fde_csscache.cpp
rename to xfa/fde/css/fde_csscache.cpp
index 012585bfd0d48c5d3d01c2f3cecc08f0dd10f671..aba863ea70450116d5cd91b045fe3d19ba1fc140 100644
--- a/xfa/src/fde/css/fde_csscache.cpp
+++ b/xfa/fde/css/fde_csscache.cpp
@@ -4,7 +4,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fde/css/fde_csscache.h"
+#include "xfa/fde/css/fde_csscache.h"
#include <algorithm>

Powered by Google App Engine