// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_METRICS_MOTHERBOARD_H_ #define COMPONENTS_METRICS_MOTHERBOARD_H_ #include <optional> #include <string> namespace metrics { class Motherboard final { … }; } // namespace metrics #endif // COMPONENTS_METRICS_MOTHERBOARD_H_