// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/strings/stringprintf.h" #include "base/test/values_test_util.h" #include "chrome/common/extensions/manifest_tests/chrome_manifest_test.h" #include "content/public/test/browser_test_utils.h" #include "testing/gtest/include/gtest/gtest.h" Extension; class NameManifestTest : public ChromeManifestTest { … }; TEST_F(NameManifestTest, NonEmptyName) { … } TEST_F(NameManifestTest, EmptyName) { … }