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

Unified Diff: chrome/browser/local_discovery/privet_http.h

Issue 314303009: Comments and style nits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fri 06/06/2014 11:55:05.73 Created 6 years, 6 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 | chrome/browser/local_discovery/privet_http_asynchronous_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privet_http.h
diff --git a/chrome/browser/local_discovery/privet_http.h b/chrome/browser/local_discovery/privet_http.h
index d145b45ae5b7d72cfacf3543e325662e7f065e0b..4e8441089c76dfb768ad5a1cba8ac2a302b582c5 100644
--- a/chrome/browser/local_discovery/privet_http.h
+++ b/chrome/browser/local_discovery/privet_http.h
@@ -159,7 +159,7 @@ class PrivetLocalPrintOperation {
virtual PrivetHTTPClient* GetHTTPClient() = 0;
};
-// Privet HTTP client. Must not outlive the operations it creates.
+// Privet HTTP client. Must outlive the operations it creates.
class PrivetHTTPClient {
public:
virtual ~PrivetHTTPClient() {}
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_http_asynchronous_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698