Index: google_apis/gcm/engine/checkin_request.h |
diff --git a/google_apis/gcm/engine/checkin_request.h b/google_apis/gcm/engine/checkin_request.h |
index 0f04505af0d92501f1b579433b7fd65a703c9b7a..9253aacf4fbf69e7c519eefca95bd1c1c98d494e 100644 |
--- a/google_apis/gcm/engine/checkin_request.h |
+++ b/google_apis/gcm/engine/checkin_request.h |
@@ -11,6 +11,7 @@ |
#include "base/basictypes.h" |
#include "base/callback.h" |
#include "base/memory/weak_ptr.h" |
+#include "base/time/time.h" |
#include "google_apis/gcm/base/gcm_export.h" |
#include "google_apis/gcm/protocol/android_checkin.pb.h" |
#include "google_apis/gcm/protocol/checkin.pb.h" |
@@ -83,6 +84,7 @@ class GCM_EXPORT CheckinRequest : public net::URLFetcherDelegate { |
GURL checkin_url_; |
scoped_ptr<net::URLFetcher> url_fetcher_; |
const RequestInfo request_info_; |
+ base::TimeTicks request_start_time_; |
// Recorder that records GCM activities for debugging purpose. Not owned. |
GCMStatsRecorder* recorder_; |