// 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. #ifndef DEVICE_UDEV_LINUX_FAKE_UDEV_LOADER_H_ #define DEVICE_UDEV_LINUX_FAKE_UDEV_LOADER_H_ #include <map> #include <memory> #include <optional> #include <string> #include <vector> #include "device/udev_linux/udev_loader.h" namespace testing { class FakeUdevLoader : public device::UdevLoader { … }; } // namespace testing #endif // DEVICE_UDEV_LINUX_FAKE_UDEV_LOADER_H_