chromium/components/gcm_driver/gcm_client.cc

// Copyright 2013 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/gcm_driver/gcm_client.h"

namespace gcm {

GCMClient::ChromeBuildInfo::ChromeBuildInfo()
    :{}

GCMClient::ChromeBuildInfo::~ChromeBuildInfo() = default;

GCMClient::SendErrorDetails::SendErrorDetails() :{}

GCMClient::SendErrorDetails::SendErrorDetails(const SendErrorDetails& other) =
    default;

GCMClient::SendErrorDetails::~SendErrorDetails() = default;

GCMClient::GCMStatistics::GCMStatistics()
    :{}

GCMClient::GCMStatistics::GCMStatistics(const GCMStatistics& other) = default;

GCMClient::GCMStatistics::~GCMStatistics() = default;

GCMClient::GCMClient() = default;

GCMClient::~GCMClient() = default;

}  // namespace gcm