chromium/chrome/browser/sync/test/integration/two_client_web_apps_integration_test_base.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_TWO_CLIENT_WEB_APPS_INTEGRATION_TEST_BASE_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_TWO_CLIENT_WEB_APPS_INTEGRATION_TEST_BASE_H_

#include "chrome/browser/sync/test/integration/web_apps_sync_test_base.h"
#include "chrome/browser/ui/views/web_apps/web_app_integration_test_driver.h"

namespace base {
class CommandLine;
}

namespace web_app::integration_tests {

class TwoClientWebAppsIntegrationTestBase
    : public ::web_app::WebAppsSyncTestBase,
      public WebAppIntegrationTestDriver::TestDelegate {};

}  // namespace web_app::integration_tests

#endif  // CHROME_BROWSER_SYNC_TEST_INTEGRATION_TWO_CLIENT_WEB_APPS_INTEGRATION_TEST_BASE_H_