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

Unified Diff: third_party/libwebp/utils/quant_levels_dec_utils.c

Issue 2651883004: libwebp-0.6.0-rc1 (Closed)
Patch Set: Created 3 years, 11 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 | « third_party/libwebp/utils/quant_levels_dec_utils.h ('k') | third_party/libwebp/utils/quant_levels_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/utils/quant_levels_dec_utils.c
diff --git a/third_party/libwebp/utils/quant_levels_dec.c b/third_party/libwebp/utils/quant_levels_dec_utils.c
similarity index 99%
rename from third_party/libwebp/utils/quant_levels_dec.c
rename to third_party/libwebp/utils/quant_levels_dec_utils.c
index ee0a3fe127d26e3fe1d41fc96949516b73a8c5e8..d4d23d314723e5145c0017f65c19aeb026bc2f4b 100644
--- a/third_party/libwebp/utils/quant_levels_dec.c
+++ b/third_party/libwebp/utils/quant_levels_dec_utils.c
@@ -14,7 +14,7 @@
//
// Author: Skal (pascal.massimino@gmail.com)
-#include "./quant_levels_dec.h"
+#include "./quant_levels_dec_utils.h"
#include <string.h> // for memset
« no previous file with comments | « third_party/libwebp/utils/quant_levels_dec_utils.h ('k') | third_party/libwebp/utils/quant_levels_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698