chromium/chrome/browser/web_applications/test/web_app_test.cc

// 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 "chrome/browser/web_applications/test/web_app_test.h"

#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/browser/web_applications/test/debug_info_printer.h"
#include "chrome/browser/web_applications/test/fake_web_app_provider.h"
#include "chrome/test/base/testing_profile.h"
#include "chrome/test/base/testing_profile_manager.h"
#include "testing/gtest/include/gtest/gtest.h"

WebAppTest::~WebAppTest() = default;

void WebAppTest::SetUp() {}

void WebAppTest::TearDown() {}

content::BrowserContext* WebAppTest::GetBrowserContext() {}

web_app::FakeWebAppProvider& WebAppTest::fake_provider() const {}

web_app::OsIntegrationTestOverrideImpl& WebAppTest::fake_os_integration()
    const {}