Index: components/metrics/BUILD.gn |
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn |
index 59a6bc43e7046c03033e6296a7c2469a5cedf16c..48a6a0117833daf0f7892fcf1b6c84043378b60a 100644 |
--- a/components/metrics/BUILD.gn |
+++ b/components/metrics/BUILD.gn |
@@ -148,7 +148,9 @@ if (is_linux) { |
"serialization/metric_sample.cc", |
"serialization/metric_sample.h", |
] |
- deps = [ "//base" ] |
+ deps = [ |
+ "//base", |
+ ] |
} |
} |
@@ -179,5 +181,4 @@ source_set("unit_tests") { |
"//testing/gtest", |
] |
} |
- |
# TODO(GYP): metrics_chromeos |