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() {} |