chromium/components/download/internal/background_service/test/mock_file_monitor.h

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

#include "components/download/internal/background_service/file_monitor.h"

#include "testing/gmock/include/gmock/gmock.h"

namespace download {

class MockFileMonitor : public FileMonitor {};

}  // namespace download

#endif  // COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_TEST_MOCK_FILE_MONITOR_H_