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

Unified Diff: google_apis/gcm/engine/heartbeat_manager_unittest.cc

Issue 989803002: Use base::PowerObserver to check for missed heartbeats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/engine/heartbeat_manager_unittest.cc
diff --git a/google_apis/gcm/engine/heartbeat_manager_unittest.cc b/google_apis/gcm/engine/heartbeat_manager_unittest.cc
index 3057e32d8daf6e6a88d36f2c2aba5fb73d371e1e..2c006236e4a3d59f35365b36c100122640c91fb7 100644
--- a/google_apis/gcm/engine/heartbeat_manager_unittest.cc
+++ b/google_apis/gcm/engine/heartbeat_manager_unittest.cc
@@ -26,7 +26,7 @@ mcs_proto::HeartbeatConfig BuildHeartbeatConfig(int interval_ms) {
class TestHeartbeatManager : public HeartbeatManager {
public:
TestHeartbeatManager() {}
- virtual ~TestHeartbeatManager() {}
+ ~TestHeartbeatManager() override {}
// Bypass the heartbeat timer, and send the heartbeat now.
void TriggerHearbeat();
« google_apis/gcm/engine/heartbeat_manager.cc ('K') | « google_apis/gcm/engine/heartbeat_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698