summaryrefslogtreecommitdiffstats
path: root/sync/notifier
diff options
context:
space:
mode:
Diffstat (limited to 'sync/notifier')
-rw-r--r--sync/notifier/push_client_channel_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/notifier/push_client_channel_unittest.cc b/sync/notifier/push_client_channel_unittest.cc
index 4ac0c58..ffe90e7 100644
--- a/sync/notifier/push_client_channel_unittest.cc
+++ b/sync/notifier/push_client_channel_unittest.cc
@@ -33,7 +33,7 @@ class PushClientChannelTest : public ::testing::Test {
virtual ~PushClientChannelTest() {}
- void OnIncomingMessage(const std::string& incoming_message) {
+ void OnIncomingMessage(std::string incoming_message) {
last_message_ = incoming_message;
}