chromium/chrome/browser/sync/test/integration/two_client_web_apps_integration_test.cc

// Copyright 2020 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/sync/test/integration/two_client_web_apps_integration_test_base.h"
#include "content/public/test/browser_test.h"

namespace web_app::integration_tests {
namespace {

// This test is a part of the web app integration test suite, which is
// documented in //chrome/browser/ui/views/web_apps/README.md. For information
// about diagnosing, debugging and/or disabling tests, please look to the
// README file.

// TODO(dmurph): Integration tests will go here once all actions are
// implemented.

WebAppIntegration;

}  // namespace
}  // namespace web_app::integration_tests