| Index: components/metrics/metrics_log_unittest.cc
|
| diff --git a/components/metrics/metrics_log_unittest.cc b/components/metrics/metrics_log_unittest.cc
|
| index 8596b738338b3832df4831b74d968db5d9bfa814..6cf3c4a358eddc9db9b8f02d66cf447f1093ae55 100644
|
| --- a/components/metrics/metrics_log_unittest.cc
|
| +++ b/components/metrics/metrics_log_unittest.cc
|
| @@ -195,7 +195,9 @@ TEST_F(MetricsLogTest, BasicRecord) {
|
| #endif
|
| metrics::SystemProfileProto::Hardware* hardware =
|
| system_profile->mutable_hardware();
|
| +#if !defined(OS_IOS)
|
| hardware->set_cpu_architecture(base::SysInfo::OperatingSystemArchitecture());
|
| +#endif
|
| hardware->set_system_ram_mb(base::SysInfo::AmountOfPhysicalMemoryMB());
|
| hardware->set_hardware_class(base::SysInfo::HardwareModelName());
|
| #if defined(OS_WIN)
|
|
|