chromium/chrome/services/file_util/public/cpp/temporary_file_getter.h

// Copyright 2023 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_SERVICES_FILE_UTIL_PUBLIC_CPP_TEMPORARY_FILE_GETTER_H_
#define CHROME_SERVICES_FILE_UTIL_PUBLIC_CPP_TEMPORARY_FILE_GETTER_H_

#include "chrome/services/file_util/public/mojom/safe_archive_analyzer.mojom.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/receiver.h"

class TemporaryFileGetter : public chrome::mojom::TemporaryFileGetter {};

#endif  // CHROME_SERVICES_FILE_UTIL_PUBLIC_CPP_TEMPORARY_FILE_GETTER_H_