chromium/components/download/internal/background_service/file_monitor.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_FILE_MONITOR_H_
#define COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_FILE_MONITOR_H_

#include <memory>
#include <set>
#include <vector>

#include "components/download/internal/background_service/model.h"
#include "components/download/internal/background_service/stats.h"

namespace base {
class FilePath;
}  // namespace base

namespace download {

struct DriverEntry;

// An utility class containing various file cleanup methods.
class FileMonitor {};

}  // namespace download

#endif  // COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_FILE_MONITOR_H_