chromium/chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace