#ifdef UNSAFE_BUFFERS_BUILD
#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[] = …;
}
TEST(FirefoxImporterUtilsTest, GetPrefsJsValue) { … }
TEST(FirefoxImporterUtilsTest, GetFirefoxImporterName) { … }
TEST(FirefoxImporterUtilsTest, GetFirefoxProfilePath) { … }