#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_SYNC_TEST_BASE_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_APPS_SYNC_TEST_BASE_H_
#include "build/chromeos_buildflags.h"
#include "chrome/browser/sync/test/integration/sync_test.h"
#if BUILDFLAG(IS_CHROMEOS_LACROS)
#include "chrome/browser/web_applications/test/web_app_test_utils.h"
#endif
#if BUILDFLAG(IS_WIN)
#include "base/base_paths_win.h"
#include "base/test/scoped_path_override.h"
#endif
class AppsSyncTestBase : public SyncTest { … };
#endif