#include "chrome/browser/web_applications/preinstalled_web_apps/preinstalled_web_app_definition_utils.h"
#include "build/build_config.h"
#include "chrome/browser/browser_process.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace web_app {
class PreinstalledWebAppUtilsTest : public testing::Test { … };
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
#define MAYBE_GetTranslatedName …
#else
#define MAYBE_GetTranslatedName …
#endif
TEST_F(PreinstalledWebAppUtilsTest, MAYBE_GetTranslatedName) { … }
}