| Index: components/keyed_service/core/BUILD.gn
|
| diff --git a/components/keyed_service/core/BUILD.gn b/components/keyed_service/core/BUILD.gn
|
| index 2d8670efdd6ee4bf3b87053b8b47263a9c3d7c33..8585cbb3609418664db71bfcf8ece7d27173e714 100644
|
| --- a/components/keyed_service/core/BUILD.gn
|
| +++ b/components/keyed_service/core/BUILD.gn
|
| @@ -26,14 +26,11 @@ component("core") {
|
| "service_access_types.h",
|
| ]
|
|
|
| + configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
|
| +
|
| defines = [ "KEYED_SERVICE_IMPLEMENTATION" ]
|
|
|
| deps = [
|
| "//base",
|
| ]
|
| -
|
| - if (is_win) {
|
| - # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
|
| - cflags = [ "/wd4267" ]
|
| - }
|
| }
|
|
|