// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "device/gamepad/gamepad_uma.h" #include <type_traits> #include "base/metrics/histogram_functions.h" #include "base/metrics/histogram_macros.h" #include "device/gamepad/gamepad_id_list.h" namespace device { void RecordConnectedGamepad(GamepadId gamepad_id) { … } void RecordUnknownGamepad(GamepadSource source) { … } } // namespace device