chromium/device/udev_linux/udev1_loader.h

// 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 DEVICE_UDEV_LINUX_UDEV1_LOADER_H_
#define DEVICE_UDEV_LINUX_UDEV1_LOADER_H_

#include "device/udev_linux/udev_loader.h"

namespace device {

class COMPONENT_EXPORT(DEVICE_UDEV_LINUX) Udev1Loader : public UdevLoader {};

}  // namespace device

#endif  // DEVICE_UDEV_LINUX_UDEV1_LOADER_H_