#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[] = …;
}
class FileSystemAccessUIHelpersTest : public testing::Test { … };
TEST_F(FileSystemAccessUIHelpersTest, GetPathForDisplayAsParagraph) { … }
TEST_F(FileSystemAccessUIHelpersTest, GetElidedPathForDisplayAsTitle) { … }
}