chromium/components/sync/engine/events/poll_get_updates_request_event.cc

// Copyright 2014 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/events/poll_get_updates_request_event.h"

#include "base/values.h"
#include "components/sync/protocol/proto_value_conversions.h"

namespace syncer {

PollGetUpdatesRequestEvent::PollGetUpdatesRequestEvent(
    base::Time timestamp,
    const sync_pb::ClientToServerMessage& request)
    :{}

PollGetUpdatesRequestEvent::~PollGetUpdatesRequestEvent() = default;

std::unique_ptr<ProtocolEvent> PollGetUpdatesRequestEvent::Clone() const {}

base::Time PollGetUpdatesRequestEvent::GetTimestamp() const {}

std::string PollGetUpdatesRequestEvent::GetType() const {}

std::string PollGetUpdatesRequestEvent::GetDetails() const {}

base::Value::Dict PollGetUpdatesRequestEvent::GetProtoMessage(
    bool include_specifics) const {}

}  // namespace syncer