| Index: google_apis/gcm/gcm_client.cc
|
| diff --git a/google_apis/gcm/gcm_client.cc b/google_apis/gcm/gcm_client.cc
|
| index 75884d6f2aeeb578b84f5498b2390fd6b2c81b67..e76b3ba50bc6b8a77e87f340125c01157cc23a67 100644
|
| --- a/google_apis/gcm/gcm_client.cc
|
| +++ b/google_apis/gcm/gcm_client.cc
|
| @@ -6,23 +6,6 @@
|
|
|
| namespace gcm {
|
|
|
| -GCMClient::OutgoingMessage::OutgoingMessage()
|
| - : time_to_live(0) {
|
| -}
|
| -
|
| -GCMClient::OutgoingMessage::~OutgoingMessage() {
|
| -}
|
| -
|
| -GCMClient::IncomingMessage::IncomingMessage() {
|
| -}
|
| -
|
| -GCMClient::IncomingMessage::~IncomingMessage() {
|
| -}
|
| -
|
| -GCMClient::SendErrorDetails::SendErrorDetails() : result(UNKNOWN_ERROR) {}
|
| -
|
| -GCMClient::SendErrorDetails::~SendErrorDetails() {}
|
| -
|
| GCMClient::GCMStatistics::GCMStatistics()
|
| : is_recording(false),
|
| gcm_client_created(false),
|
|
|