#include "base/time/time.h"
#include "chrome/browser/sync/test/integration/bookmarks_helper.h"
#include "chrome/browser/sync/test/integration/encryption_helper.h"
#include "chrome/browser/sync/test/integration/sync_integration_test_util.h"
#include "chrome/browser/sync/test/integration/sync_service_impl_harness.h"
#include "chrome/browser/sync/test/integration/sync_test.h"
#include "chrome/browser/sync/test/integration/updated_progress_marker_checker.h"
#include "chrome/browser/sync/test/integration/user_events_helper.h"
#include "chrome/browser/sync/user_event_service_factory.h"
#include "components/sync/protocol/user_event_specifics.pb.h"
#include "components/sync_user_events/user_event_service.h"
#include "content/public/test/browser_test.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
BookmarksMatchChecker;
CountBookmarksWithUrlsMatching;
const int kEncryptingClientId = …;
const int kDecryptingClientId = …;
const char kTestBookmarkURL[] = …;
class TwoClientUserEventsSyncTest : public SyncTest { … };
IN_PROC_BROWSER_TEST_F(TwoClientUserEventsSyncTest,
SetPassphraseAndRecordEventAndThenSetupSync) { … }
}