#ifndef COMPONENTS_SYNC_ENGINE_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_
#define COMPONENTS_SYNC_ENGINE_EVENTS_CONFIGURE_GET_UPDATES_REQUEST_EVENT_H_
#include <memory>
#include <string>
#include "base/time/time.h"
#include "base/values.h"
#include "components/sync/engine/events/protocol_event.h"
#include "components/sync/protocol/sync.pb.h"
namespace sync_pb {
enum SyncEnums_GetUpdatesOrigin : int;
}
namespace syncer {
class ConfigureGetUpdatesRequestEvent : public ProtocolEvent { … };
}
#endif