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

Unified Diff: net/tools/quic/quic_client_bin.cc

Issue 534383003: Fix warning for multi line comment in QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_client_bin.cc
diff --git a/net/tools/quic/quic_client_bin.cc b/net/tools/quic/quic_client_bin.cc
index e9ce928cbd0b93a633281090fa67d278a35bc17c..6d5d586ec0e75c0269bccfb65d149f322f0d47e9 100644
--- a/net/tools/quic/quic_client_bin.cc
+++ b/net/tools/quic/quic_client_bin.cc
@@ -6,7 +6,7 @@
// Connects to a host using QUIC, and sends requests to the provided URLS.
//
// Example usage:
-// quic_client --address=127.0.0.1 --port=6122 --hostname=www.google.com \
+// quic_client --address=127.0.0.1 --port=6122 --hostname=www.google.com
// http://www.google.com/index.html http://www.google.com/favicon.ico
#include <iostream>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698