#ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_INTEGRATION_TEST_UTIL_H_
#define CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_INTEGRATION_TEST_UTIL_H_
#include "chrome/browser/sync/test/integration/fake_server_match_status_checker.h"
#include "chrome/browser/sync/test/integration/single_client_status_change_checker.h"
#include "components/sync/base/data_type.h"
class Profile;
void SetCustomTheme(Profile* profile, int theme_index = 0);
class ServerCountMatchStatusChecker
: public fake_server::FakeServerMatchStatusChecker { … };
#endif