Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7268)

Unified Diff: chrome/utility/local_discovery/service_discovery_message_handler.cc

Issue 23707040: Fixed formating and added io_runner_. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/local_discovery/service_discovery_host_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/local_discovery/service_discovery_message_handler.cc
diff --git a/chrome/utility/local_discovery/service_discovery_message_handler.cc b/chrome/utility/local_discovery/service_discovery_message_handler.cc
index 649272c61a8c7d7b73d74e88bda94662cec5ef3f..5b0ab9514cf5214c122b5185332c6b2cab6b820e 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));
« no previous file with comments | « chrome/browser/local_discovery/service_discovery_host_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698