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

Unified Diff: xfa/fde/fde_devbasic.cpp

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/fde_devbasic.h ('k') | xfa/fde/fde_gedevice.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fde/fde_devbasic.cpp
diff --git a/xfa/src/fde/fde_devbasic.cpp b/xfa/fde/fde_devbasic.cpp
similarity index 99%
rename from xfa/src/fde/fde_devbasic.cpp
rename to xfa/fde/fde_devbasic.cpp
index c1191108468d2b0b556706118d6295b6efaaabef..c85b125f73258841f812610a4c7f1f22b6556512 100644
--- a/xfa/src/fde/fde_devbasic.cpp
+++ b/xfa/fde/fde_devbasic.cpp
@@ -4,11 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "xfa/src/fde/fde_devbasic.h"
+#include "xfa/fde/fde_devbasic.h"
#include <cstdint>
-#include "xfa/src/fde/fde_brush.h"
+#include "xfa/fde/fde_brush.h"
static const FDE_HATCHDATA gs_HatchBitmapData[FDE_HATCHSTYLE_Total] = {
{16,
« no previous file with comments | « xfa/fde/fde_devbasic.h ('k') | xfa/fde/fde_gedevice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698