#include "chrome/browser/sync/test/integration/web_apps_sync_test_base.h"
#include "base/containers/extend.h"
#include "content/public/common/content_features.h"
#if BUILDFLAG(IS_CHROMEOS)
#include "chrome/browser/apps/link_capturing/link_capturing_features.h"
#endif
#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "ash/constants/ash_features.h"
#include "chromeos/ash/components/standalone_browser/feature_refs.h"
#endif
#if BUILDFLAG(IS_CHROMEOS_LACROS)
#include "chrome/browser/sync/chrome_sync_client.h"
#include "chrome/browser/web_applications/web_app_utils.h"
#endif
namespace web_app {
WebAppsSyncTestBase::WebAppsSyncTestBase(TestType test_type)
: … { … }
WebAppsSyncTestBase::~WebAppsSyncTestBase() = default;
}