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

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

namespace syncer {

GetUpdatesResponseEvent::GetUpdatesResponseEvent(
    base::Time timestamp,
    const sync_pb::ClientToServerResponse& response,
    SyncerError error)
    :{}

GetUpdatesResponseEvent::~GetUpdatesResponseEvent() = default;

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

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

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

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

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

}  // namespace syncer