| 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 3a0b8b22108ef1f441befebd23ea67e376e119d7..9d8c2859ccf2239fedf071d16ad2962bfda3c6f8 100644
|
| --- a/google_apis/gcm/gcm_client_impl_unittest.cc
|
| +++ b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| @@ -397,6 +397,7 @@ TEST_F(GCMClientImplTest, DispatchDownstreamMessage) {
|
| EXPECT_EQ("app_id", last_app_id());
|
| EXPECT_EQ(expected_data.size(), last_message().data.size());
|
| EXPECT_EQ(expected_data, last_message().data);
|
| + EXPECT_EQ("project_id", last_message().sender_id);
|
| }
|
|
|
| TEST_F(GCMClientImplTest, DispatchDownstreamMessageSendError) {
|
|
|