| 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 d45a0fc66cd9d6aad144ca6d0601ef019ae28d27..9979287b7bf360700ccf99611afd4745eea92557 100644
|
| --- a/google_apis/gcm/gcm_client_impl_unittest.cc
|
| +++ b/google_apis/gcm/gcm_client_impl_unittest.cc
|
| @@ -399,6 +399,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) {
|
|
|