| 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 6280370f5393463d5fc40885843a539c3ec64d0a..8da4887c6e916738b2d19845a3a60e9ef5c2a44a 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(),
|
|
|