// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/web_applications/isolated_web_apps/error/unusable_swbn_file_error.h" #include "components/web_package/mojom/web_bundle_parser.mojom.h" #include "testing/gtest/include/gtest/gtest.h" namespace web_app { namespace { TEST(UnusableSwbnFileError, General) { … } } // namespace } // namespace web_app