Chromium Code Reviews| Index: google_apis/gcm/engine/heartbeat_manager.h |
| diff --git a/google_apis/gcm/engine/heartbeat_manager.h b/google_apis/gcm/engine/heartbeat_manager.h |
| index 9266b98c8d4b21f02935002cd106dd314c27e40a..32a8e6b4e3205489fbfdf68bf5771d84f39ebcef 100644 |
| --- a/google_apis/gcm/engine/heartbeat_manager.h |
| +++ b/google_apis/gcm/engine/heartbeat_manager.h |
| @@ -66,7 +66,7 @@ class GCM_EXPORT HeartbeatManager { |
| int server_interval_ms_; |
| // Timer for triggering heartbeats. |
| - base::Timer heartbeat_timer_; |
| + base::Timer* heartbeat_timer_; |
|
Daniel Erat
2014/10/15 15:04:22
please document the ownership of this pointer
Chirantan Ekbote
2014/10/16 21:26:38
Done.
|
| // Callbacks for interacting with the the connection. |
| base::Closure send_heartbeat_callback_; |