| Index: google_apis/gcm/gcm_client_impl.h
|
| diff --git a/google_apis/gcm/gcm_client_impl.h b/google_apis/gcm/gcm_client_impl.h
|
| index e2f1b02f323514bd51356e8fff04d82a28da6304..e543d73bc4facde4555e3f6a951a80cc51640a3c 100644
|
| --- a/google_apis/gcm/gcm_client_impl.h
|
| +++ b/google_apis/gcm/gcm_client_impl.h
|
| @@ -20,7 +20,7 @@
|
| #include "google_apis/gcm/engine/registration_request.h"
|
| #include "google_apis/gcm/engine/unregistration_request.h"
|
| #include "google_apis/gcm/gcm_client.h"
|
| -#include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
|
| +#include "google_apis/gcm/monitoring/gcm_stats_recorder_impl.h"
|
| #include "google_apis/gcm/protocol/android_checkin.pb.h"
|
| #include "google_apis/gcm/protocol/checkin.pb.h"
|
| #include "net/base/net_log.h"
|
| @@ -233,7 +233,7 @@ class GCM_EXPORT GCMClientImpl
|
| scoped_ptr<GCMInternalsBuilder> internals_builder_;
|
|
|
| // Recorder that logs GCM activities.
|
| - GCMStatsRecorder recorder_;
|
| + GCMStatsRecorderImpl recorder_;
|
|
|
| // State of the GCM Client Implementation.
|
| State state_;
|
|
|