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

Unified Diff: third_party/libwebp/utils/bit_reader_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/bit_reader_utils.h ('k') | third_party/libwebp/utils/bit_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/utils/bit_reader_utils.c
diff --git a/third_party/libwebp/utils/bit_reader.c b/third_party/libwebp/utils/bit_reader_utils.c
similarity index 99%
rename from third_party/libwebp/utils/bit_reader.c
rename to third_party/libwebp/utils/bit_reader_utils.c
index 50ffb74f9c8b9016e2ee9986ace64ae1c0d66392..c3157e8fe8349c1c6dbae2f2efea99e9cd89285c 100644
--- a/third_party/libwebp/utils/bit_reader.c
+++ b/third_party/libwebp/utils/bit_reader_utils.c
@@ -15,7 +15,7 @@
#include "../webp/config.h"
#endif
-#include "./bit_reader_inl.h"
+#include "./bit_reader_inl_utils.h"
#include "../utils/utils.h"
//------------------------------------------------------------------------------
« no previous file with comments | « third_party/libwebp/utils/bit_reader_utils.h ('k') | third_party/libwebp/utils/bit_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698