chromium/components/sync/engine/cycle/debug_info_getter.h

// 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.

#ifndef COMPONENTS_SYNC_ENGINE_CYCLE_DEBUG_INFO_GETTER_H_
#define COMPONENTS_SYNC_ENGINE_CYCLE_DEBUG_INFO_GETTER_H_

namespace sync_pb {
class DebugInfo;
}

namespace syncer {

// This is the interface that needs to be implemented by the event listener
// to communicate the debug info data to the syncer.
class DebugInfoGetter {};

}  // namespace syncer

#endif  // COMPONENTS_SYNC_ENGINE_CYCLE_DEBUG_INFO_GETTER_H_