| Index: sync/notifier/push_client_channel_unittest.cc
|
| diff --git a/sync/notifier/push_client_channel_unittest.cc b/sync/notifier/push_client_channel_unittest.cc
|
| index ffe90e7943ad779f41c15a44785f9eaca5b98519..d017e1b9fdacabee4d7ef35ff4a2af17b3a779e3 100644
|
| --- a/sync/notifier/push_client_channel_unittest.cc
|
| +++ b/sync/notifier/push_client_channel_unittest.cc
|
| @@ -73,7 +73,7 @@ TEST_F(PushClientChannelTest, EncodeDecode) {
|
| TEST_F(PushClientChannelTest, EncodeDecodeNoContext) {
|
| const notifier::Notification& notification =
|
| PushClientChannel::EncodeMessageForTest(
|
| - kMessage, "", kSchedulingHash);
|
| + kMessage, std::string(), kSchedulingHash);
|
| std::string message;
|
| std::string service_context = kServiceContext;
|
| int64 scheduling_hash = kSchedulingHash + 1;
|
|
|