chromium/chrome/common/importer/firefox_importer_utils_unittest.cc

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

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/40285824): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "chrome/common/importer/firefox_importer_utils.h"

#include <stddef.h>

#include "base/files/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "chrome/grit/generated_resources.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/l10n/l10n_util.h"

ASCIIToUTF16;
UTF8ToUTF16;
UnorderedElementsAre;

namespace {

struct GetPrefsJsValueCase {} GetPrefsJsValueCases[] =;

struct GetFirefoxImporterNameCase {} GetFirefoxImporterNameCases[] =;

}  // anonymous namespace

TEST(FirefoxImporterUtilsTest, GetPrefsJsValue) {}

TEST(FirefoxImporterUtilsTest, GetFirefoxImporterName) {}

TEST(FirefoxImporterUtilsTest, GetFirefoxProfilePath) {}