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

Unified Diff: components/subresource_filter/core/common/indexed_ruleset.h

Issue 2740103002: Update FlatBuffers to version 1.5.0. (Closed)
Patch Set: Fix build; add define. Created 3 years, 9 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
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>
« no previous file with comments | « DEPS ('k') | third_party/flatbuffers/BUILD.gn » ('j') | third_party/flatbuffers/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698