Index: google_apis/gcm/gcm_client_impl_unittest.cc |
diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc |
index 5afb3b981f906a000cb5363b7449837426abd975..387c1a7fe80a04d5ee3741ec0a3a444536001d02 100644 |
--- a/google_apis/gcm/gcm_client_impl_unittest.cc |
+++ b/google_apis/gcm/gcm_client_impl_unittest.cc |
@@ -87,7 +87,7 @@ class FakeMCSClient : public MCSClient { |
FakeMCSClient::FakeMCSClient(base::Clock* clock, |
ConnectionFactory* connection_factory) |
- : MCSClient(clock, connection_factory, NULL), |
+ : MCSClient("", clock, connection_factory, NULL), |
last_android_id_(0u), |
last_security_token_(0u), |
last_message_tag_(kNumProtoTypes) { |