| Index: components/invalidation/impl/gcm_network_channel_unittest.cc
|
| diff --git a/components/invalidation/impl/gcm_network_channel_unittest.cc b/components/invalidation/impl/gcm_network_channel_unittest.cc
|
| index e07788e5e0d5d88a35f7ec9795d791b60b252899..e0597f8eebbd5a3682476cffa2fe52e4c5bbd411 100644
|
| --- a/components/invalidation/impl/gcm_network_channel_unittest.cc
|
| +++ b/components/invalidation/impl/gcm_network_channel_unittest.cc
|
| @@ -170,8 +170,7 @@ class GCMNetworkChannelTest
|
| last_invalidator_state_ = invalidator_state;
|
| }
|
|
|
| - void OnIncomingMessage(std::string incoming_message) {
|
| - }
|
| + void OnIncomingMessage(std::string /* incoming_message */) {}
|
|
|
| GCMNetworkChannel* network_channel() {
|
| return gcm_network_channel_.get();
|
|
|