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

Unified Diff: third_party/brotli/dec/context.h

Issue 2537133002: Update brotli to v1.0.0-snapshot. (Closed)
Patch Set: Fixed typo Created 4 years 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/brotli/dec/bit_reader.c ('k') | third_party/brotli/dec/decode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/brotli/dec/context.h
diff --git a/third_party/brotli/dec/context.h b/third_party/brotli/dec/context.h
index 37ebe6aebc3cca11a5e2a9e0db3fb24e0b4138c1..9402cbedfd9bd97a409a2787394519b76f7ffe91 100644
--- a/third_party/brotli/dec/context.h
+++ b/third_party/brotli/dec/context.h
@@ -99,7 +99,7 @@
#ifndef BROTLI_DEC_CONTEXT_H_
#define BROTLI_DEC_CONTEXT_H_
-#include "./types.h"
+#include <brotli/types.h>
enum ContextType {
CONTEXT_LSB6 = 0,
« no previous file with comments | « third_party/brotli/dec/bit_reader.c ('k') | third_party/brotli/dec/decode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698