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

Unified Diff: third_party/libwebp/utils/color_cache_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/color_cache_utils.h ('k') | third_party/libwebp/utils/endian_inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libwebp/utils/color_cache_utils.c
diff --git a/third_party/libwebp/utils/color_cache.c b/third_party/libwebp/utils/color_cache_utils.c
similarity index 97%
rename from third_party/libwebp/utils/color_cache.c
rename to third_party/libwebp/utils/color_cache_utils.c
index c34b2e7f1a636c9aeaa972d7471ed77efb195913..0172590c48d4d7b15e4616ab0a857b3750c0569d 100644
--- a/third_party/libwebp/utils/color_cache.c
+++ b/third_party/libwebp/utils/color_cache_utils.c
@@ -14,7 +14,7 @@
#include <assert.h>
#include <stdlib.h>
#include <string.h>
-#include "./color_cache.h"
+#include "./color_cache_utils.h"
#include "./utils.h"
//------------------------------------------------------------------------------
« no previous file with comments | « third_party/libwebp/utils/color_cache_utils.h ('k') | third_party/libwebp/utils/endian_inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698