diff options
Diffstat (limited to 'www/iridium/files/patch-components_metrics_motherboard.cc')
-rw-r--r-- | www/iridium/files/patch-components_metrics_motherboard.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/iridium/files/patch-components_metrics_motherboard.cc b/www/iridium/files/patch-components_metrics_motherboard.cc new file mode 100644 index 000000000000..313abeb56a83 --- /dev/null +++ b/www/iridium/files/patch-components_metrics_motherboard.cc @@ -0,0 +1,10 @@ +--- components/metrics/motherboard.cc.orig 2022-10-05 07:34:01 UTC ++++ components/metrics/motherboard.cc +@@ -1,6 +1,7 @@ + // Copyright 2022 The Chromium Authors. All rights reserved. + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. ++// CHECK + + #include "components/metrics/motherboard.h" + |