diff options
Diffstat (limited to 'google_apis/gcm/gcm_client_impl_unittest.cc')
-rw-r--r-- | google_apis/gcm/gcm_client_impl_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/google_apis/gcm/gcm_client_impl_unittest.cc b/google_apis/gcm/gcm_client_impl_unittest.cc index 6280370..8da4887 100644 --- a/google_apis/gcm/gcm_client_impl_unittest.cc +++ b/google_apis/gcm/gcm_client_impl_unittest.cc @@ -444,8 +444,8 @@ void GCMClientImplTest::InitializeGCMClient() { clock()->Advance(base::TimeDelta::FromMilliseconds(1)); // Actual initialization. - checkin_proto::ChromeBuildProto chrome_build_proto; - gcm_client_->Initialize(chrome_build_proto, + GCMClient::ChromeBuildInfo chrome_build_info; + gcm_client_->Initialize(chrome_build_info, temp_directory_.path(), std::vector<std::string>(), message_loop_.message_loop_proxy(), |