Index: google_apis/gcm/engine/mcs_client_unittest.cc |
diff --git a/google_apis/gcm/engine/mcs_client_unittest.cc b/google_apis/gcm/engine/mcs_client_unittest.cc |
index 522ce457a066741f2fc41eb34ab8d77f3b2915ab..ea5382a9c8301567557e1a8a593518bbf5c2fc9e 100644 |
--- a/google_apis/gcm/engine/mcs_client_unittest.cc |
+++ b/google_apis/gcm/engine/mcs_client_unittest.cc |
@@ -74,8 +74,7 @@ class TestMCSClient : public MCSClient { |
ConnectionFactory* connection_factory, |
GCMStore* gcm_store, |
gcm::GCMStatsRecorder* recorder) |
- : MCSClient("", clock, connection_factory, gcm_store, recorder, |
- make_scoped_ptr(new base::Timer(true, false))), |
+ : MCSClient("", clock, connection_factory, gcm_store, recorder), |
next_id_(0) { |
} |