#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 { … };
}
#endif