| Index: google_apis/gcm/gcm_client.cc
|
| diff --git a/google_apis/gcm/gcm_client.cc b/google_apis/gcm/gcm_client.cc
|
| index 33098f87c5cd9cad1fd5ab4d4d8a42debeaf67b9..78b4e0849c331a893969f07b4447dfa051c09625 100644
|
| --- a/google_apis/gcm/gcm_client.cc
|
| +++ b/google_apis/gcm/gcm_client.cc
|
| @@ -19,6 +19,13 @@ GCMClient::IncomingMessage::IncomingMessage() {
|
| GCMClient::IncomingMessage::~IncomingMessage() {
|
| }
|
|
|
| +GCMClient::GCMStatistics::GCMStatistics()
|
| + : gcm_client_created(false), connection_client_created(false) {
|
| +}
|
| +
|
| +GCMClient::GCMStatistics::~GCMStatistics() {
|
| +}
|
| +
|
| GCMClient::GCMClient() {
|
| }
|
|
|
|
|