chromium/content/common/drop_data_unittest.cc

// 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.

#include "content/public/common/drop_data.h"

#include <optional>

#include "base/files/file_path.h"
#include "base/strings/stringprintf.h"
#include "build/build_config.h"
#include "net/base/mime_util.h"
#include "testing/gtest/include/gtest/gtest.h"

#if BUILDFLAG(IS_WIN)
#include "base/strings/utf_string_conversions.h"
#define CONVERT_IF_NEEDED
#else
#define CONVERT_IF_NEEDED
#endif

namespace content {

FileSystemFileInfo;

TEST(DropDataTest, GetSafeFilenameForImageFileContents) {}

TEST(DropDataTest, ReadFileSystemFilesFromPickle) {}

}  // namespace content

#undef CONVERT_IF_NEEDED