// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_PICKER_VIEWS_PICKER_PREVIEW_METADATA_H_
#define ASH_PICKER_VIEWS_PICKER_PREVIEW_METADATA_H_
#include <optional>
#include <string>
#include "ash/ash_export.h"
#include "base/files/file.h"
namespace ash {
ASH_EXPORT std::u16string PickerGetFilePreviewDescription(
std::optional<base::File::Info> info);
}
#endif // ASH_PICKER_VIEWS_PICKER_PREVIEW_METADATA_H_