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

Unified Diff: third_party/WebKit/public/web/WebSpeechRecognitionHandle.h

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: Created 4 years, 2 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
Index: third_party/WebKit/public/web/WebSpeechRecognitionHandle.h
diff --git a/third_party/WebKit/public/web/WebSpeechRecognitionHandle.h b/third_party/WebKit/public/web/WebSpeechRecognitionHandle.h
index e9726e433a0a1d0f36b0016a27d045172b566427..4c59525ad5d70b54cb1550f180c3fff153899b8c 100644
--- a/third_party/WebKit/public/web/WebSpeechRecognitionHandle.h
+++ b/third_party/WebKit/public/web/WebSpeechRecognitionHandle.h
@@ -53,8 +53,8 @@ class WebSpeechRecognitionHandle {
BLINK_EXPORT void reset();
BLINK_EXPORT void assign(const WebSpeechRecognitionHandle&);
- // Comparison functions are provided so that WebSpeechRecognitionHandle objects
- // can be stored in a hash map.
+ // Comparison functions are provided so that WebSpeechRecognitionHandle
+ // objects can be stored in a hash map.
BLINK_EXPORT bool equals(const WebSpeechRecognitionHandle&) const;
BLINK_EXPORT bool lessThan(const WebSpeechRecognitionHandle&) const;
« no previous file with comments | « third_party/WebKit/public/web/WebSharedWorkerRepositoryClient.h ('k') | third_party/WebKit/public/web/WebSpeechRecognizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698