Chromium Code Reviews| Index: components/subresource_filter/core/common/indexed_ruleset.h |
| diff --git a/components/subresource_filter/core/common/indexed_ruleset.h b/components/subresource_filter/core/common/indexed_ruleset.h |
| index 811f9d93aa488a337e410e4f73ab1c98b8d167c6..885b85296162a38fa477fac4a7f9851c6a9dfc7d 100644 |
| --- a/components/subresource_filter/core/common/indexed_ruleset.h |
| +++ b/components/subresource_filter/core/common/indexed_ruleset.h |
| @@ -5,6 +5,9 @@ |
| #ifndef COMPONENTS_SUBRESOURCE_FILTER_CORE_COMMON_INDEXED_RULESET_H_ |
| #define COMPONENTS_SUBRESOURCE_FILTER_CORE_COMMON_INDEXED_RULESET_H_ |
| +// This is to fix crbug.com/699958. |
| +#define FLATBUFFERS_CPP98_STL |
|
engedy
2017/03/09 14:10:25
I think it's frowned upon to define macros here, i
pkalinnikov
2017/03/09 17:36:58
Done.
|
| + |
| #include <stdint.h> |
| #include <vector> |