#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;
}