#include "build/build_config.h"
#include "chrome/browser/sync/test/integration/dictionary_helper.h"
#include "chrome/browser/sync/test/integration/sync_test.h"
#include "chrome/browser/sync/test/integration/updated_progress_marker_checker.h"
#include "components/sync/service/sync_service_impl.h"
#include "content/public/test/browser_test.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace {
ElementsAre;
IsEmpty;
class SingleClientDictionarySyncTest : public SyncTest { … };
IN_PROC_BROWSER_TEST_F(SingleClientDictionarySyncTest, Sanity) { … }
}