From 5e5e2f2410ea73d2fe67e97d90f79d5a439f85ef Mon Sep 17 00:00:00 2001 From: "ghc@google.com" Date: Fri, 18 Jan 2013 12:45:39 +0000 Subject: Roll cacheinvalidation forward to @261. Changes there are mostly refactorings, with some minor changes around when the client sends presence heartbeats after coming online. Review URL: https://chromiumcodereview.appspot.com/11993005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177657 0039d316-1c4b-4281-b951-d872f2087c98 --- sync/notifier/push_client_channel_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync') 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; } -- cgit v1.1