chromium/chrome/browser/ui/file_system_access/file_system_access_ui_helpers_unittest.cc

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

#include "chrome/browser/ui/file_system_access/file_system_access_ui_helpers.h"

#include <string>

#include "base/files/file_path.h"
#include "base/strings/utf_ostream_operators.h"
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace file_system_access_ui_helper {

namespace {

struct UnaryTestData {};

static const struct UnaryTestData cases[] =;

static const struct UnaryTestData elided_cases[] =;

}  // namespace

class FileSystemAccessUIHelpersTest : public testing::Test {};

TEST_F(FileSystemAccessUIHelpersTest, GetPathForDisplayAsParagraph) {}

TEST_F(FileSystemAccessUIHelpersTest, GetElidedPathForDisplayAsTitle) {}

}  // namespace file_system_access_ui_helper