Chromium Code Reviews| 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, |