Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: google_apis/gcm/gcm_client.h

Issue 294053017: Move all gcm activity types out of GCMStatsRecorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: google_apis/gcm/gcm_client.h
diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h
index 02111c866858489f029c899de10ca6d10c30900e..119bb3891d9ddfee0982cc009e130ea6884d0163 100644
--- a/google_apis/gcm/gcm_client.h
+++ b/google_apis/gcm/gcm_client.h
@@ -10,8 +10,9 @@
#include <vector>
#include "base/basictypes.h"
+#include "base/memory/scoped_ptr.h"
#include "google_apis/gcm/base/gcm_export.h"
-#include "google_apis/gcm/monitoring/gcm_stats_recorder.h"
+#include "google_apis/gcm/gcm_activity.h"
template <class T> class scoped_refptr;
@@ -134,7 +135,7 @@ class GCM_EXPORT GCMClient {
int send_queue_size;
int resend_queue_size;
- GCMStatsRecorder::RecordedActivities recorded_activities;
+ RecordedActivities recorded_activities;
};
// A delegate interface that allows the GCMClient instance to interact with

Powered by Google App Engine
This is Rietveld 408576698