chromium/components/sync/engine/events/configure_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/configure_get_updates_request_event.h"

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

namespace syncer {

ConfigureGetUpdatesRequestEvent::ConfigureGetUpdatesRequestEvent(
    base::Time timestamp,
    sync_pb::SyncEnums::GetUpdatesOrigin origin,
    const sync_pb::ClientToServerMessage& request)
    :{}

ConfigureGetUpdatesRequestEvent::~ConfigureGetUpdatesRequestEvent() = default;

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

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

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

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

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

}  // namespace syncer