chromium/ui/base/dragdrop/os_exchange_data_provider_non_backed_unittest.cc

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

#include "os_exchange_data_provider_non_backed.h"

#include <memory>
#include <string>

#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/strings/utf_string_conversions.h"
#include "build/chromeos_buildflags.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/data_transfer_policy/data_transfer_endpoint.h"
#include "url/gurl.h"

namespace ui {

namespace {
const char16_t kTestString[] =;
const char kUrl[] =;
const char16_t kUrlTitle[] =;
const char kFileName[] =;
const base::FilePath::CharType kFileContentsFileName[] =);
const char kFileContents[] =;
const char16_t kHtml[] =;
const char kBaseUrl[] =;
}  // namespace

// Tests that cloning OsExchangeDataProviderNonBacked object will clone all of
// its data members.
TEST(OSExchangeDataProviderNonBackedTest, CloneTest) {}

TEST(OSExchangeDataProviderNonBackedTest, FileNameCloneTest) {}

}  // namespace ui