| 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 e836196fe4e642c02c4d0a6f9ad1d4bd58a82005..f2364f4430d8dc16e992d48c9fb3ffd85b799a10 100644
|
| --- a/google_apis/gcm/gcm_client_impl_unittest.cc
|
| +++ b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| @@ -83,7 +83,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) {
|
|
|