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

Unified Diff: core/fxcodec/lgif/fx_gif.cpp

Issue 1800523005: Move core/src/ up to core/. (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. 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 | « core/fxcodec/lgif/fx_gif.h ('k') | core/fxcrt/extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/lgif/fx_gif.cpp
diff --git a/core/src/fxcodec/lgif/fx_gif.cpp b/core/fxcodec/lgif/fx_gif.cpp
similarity index 99%
rename from core/src/fxcodec/lgif/fx_gif.cpp
rename to core/fxcodec/lgif/fx_gif.cpp
index a4de72978a2596ddaa2d4fea981d78db2d4acec2..af447dc84b54bde63dd9213ecfeb281afc92e9ad 100644
--- a/core/src/fxcodec/lgif/fx_gif.cpp
+++ b/core/fxcodec/lgif/fx_gif.cpp
@@ -4,9 +4,9 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "core/src/fxcodec/lgif/fx_gif.h"
+#include "core/fxcodec/lgif/fx_gif.h"
-#include "core/src/fxcodec/lbmp/fx_bmp.h"
+#include "core/fxcodec/lbmp/fx_bmp.h"
void CGifLZWDecoder::Input(uint8_t* src_buf, FX_DWORD src_size) {
next_in = src_buf;
« no previous file with comments | « core/fxcodec/lgif/fx_gif.h ('k') | core/fxcrt/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698