chromium/components/sync/engine/debug_info_event_listener_unittest.cc

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

#include "components/sync/engine/debug_info_event_listener.h"

#include "components/sync/protocol/client_debug_info.pb.h"
#include "components/sync/protocol/sync_enums.pb.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace syncer {

DebugInfoEventListenerTest;

TEST_F(DebugInfoEventListenerTest, VerifyEventsAdded) {}

TEST_F(DebugInfoEventListenerTest, VerifyQueueSize) {}

TEST_F(DebugInfoEventListenerTest, VerifyGetEvents) {}

TEST_F(DebugInfoEventListenerTest, VerifyClearEvents) {}

}  // namespace syncer