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..0e58da3717d4659871a95ba72d02a840525a49a4 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" |
@@ -74,7 +74,7 @@ class GCM_EXPORT GCMInternalsBuilder { |
// Checkins. It also allows for registering user delegates that host |
// applications that send and receive messages. |
class GCM_EXPORT GCMClientImpl |
- : public GCMClient, public GCMStatsRecorder::Delegate { |
+ : public GCMClient, public GCMStatsRecorderImpl::Delegate { |
public: |
explicit GCMClientImpl(scoped_ptr<GCMInternalsBuilder> internals_builder); |
virtual ~GCMClientImpl(); |
@@ -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_; |