summaryrefslogtreecommitdiffstats
path: root/chrome/utility
diff options
context:
space:
mode:
authorvitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-15 03:38:52 +0000
committervitalybuka@chromium.org <vitalybuka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-15 03:38:52 +0000
commite3529624902a4f3286bdb5d463bb6ca6bb03470c (patch)
treebd6cea355c1875cf35be129758a1bf62954e6c6f /chrome/utility
parente9a82042b509c4f65d1ed04321ef5daafc5c2dd6 (diff)
downloadchromium_src-e3529624902a4f3286bdb5d463bb6ca6bb03470c.zip
chromium_src-e3529624902a4f3286bdb5d463bb6ca6bb03470c.tar.gz
chromium_src-e3529624902a4f3286bdb5d463bb6ca6bb03470c.tar.bz2
Fixed formating and added io_runner_.
TBR=noamsml Review URL: https://chromiumcodereview.appspot.com/23707040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223273 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/utility')
-rw-r--r--chrome/utility/local_discovery/service_discovery_message_handler.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/utility/local_discovery/service_discovery_message_handler.cc b/chrome/utility/local_discovery/service_discovery_message_handler.cc
index 649272c..5b0ab95 100644
--- a/chrome/utility/local_discovery/service_discovery_message_handler.cc
+++ b/chrome/utility/local_discovery/service_discovery_message_handler.cc
@@ -396,8 +396,7 @@ void ServiceDiscoveryMessageHandler::OnServiceUpdated(
uint64 id,
ServiceWatcher::UpdateType update,
const std::string& name) {
- VLOG(1) << "OnServiceUpdated with id " << id
- << WatcherUpdateToString(update);
+ VLOG(1) << "OnServiceUpdated with id " << id << WatcherUpdateToString(update);
DCHECK(service_discovery_client_);
utility_task_runner_->PostTask(FROM_HERE,
base::Bind(&SendServiceUpdated, id, update, name));