chromium/components/metrics/machine_id_provider_nonwin_unittest.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/metrics/machine_id_provider.h"

#include "base/system/sys_info.h"
#include "build/build_config.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace metrics {

TEST(MachineIdProviderNonWinTest, GetId) {}

}  // namespace metrics