Index: components/history/core/browser/BUILD.gn |
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn |
index 437eaeb5e8254eaa8092d0447b7e0629622415ee..53c21e8ea6a70b1355bcb04da9c05921b8873d45 100644 |
--- a/components/history/core/browser/BUILD.gn |
+++ b/components/history/core/browser/BUILD.gn |
@@ -109,6 +109,8 @@ static_library("browser") { |
"android/visit_sql_handler.h", |
] |
} |
+ |
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] |
} |
proto_library("proto") { |