// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_DEVICE_API_DEVICE_ATTRIBUTE_API_H_ #define CHROME_BROWSER_DEVICE_API_DEVICE_ATTRIBUTE_API_H_ #include "base/functional/callback_forward.h" #include "third_party/blink/public/mojom/device/device.mojom.h" class DeviceAttributeApi { … }; class DeviceAttributeApiImpl : public DeviceAttributeApi { … }; #endif // CHROME_BROWSER_DEVICE_API_DEVICE_ATTRIBUTE_API_H_