// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_DEVICE_PUBLIC_CPP_TEST_TEST_REPORT_DESCRIPTORS_H_ #define SERVICES_DEVICE_PUBLIC_CPP_TEST_TEST_REPORT_DESCRIPTORS_H_ #include <stdint.h> #include "base/containers/span.h" namespace device { class TestReportDescriptors { … }; } // namespace device #endif // SERVICES_DEVICE_PUBLIC_CPP_TEST_TEST_REPORT_DESCRIPTORS_H_