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