| 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 18b41c65f3784a01441191168e0334c1919fefed..42ecf86975b3e663ce232e3816b622b3eb678723 100644
|
| --- a/google_apis/gcm/gcm_client_impl_unittest.cc
|
| +++ b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| @@ -280,6 +280,7 @@ void GCMClientImplTest::InitializeGCMClient() {
|
| checkin_proto::ChromeBuildProto chrome_build_proto;
|
| gcm_client_->Initialize(chrome_build_proto,
|
| temp_directory_.path(),
|
| + std::vector<std::string>(),
|
| message_loop_.message_loop_proxy(),
|
| url_request_context_getter_,
|
| this);
|
|
|