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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h

Issue 2392443007: reflow comments in modules/[app_banner,encoding] (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/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
index 27385474578fad6a6f0579a25fa6712917e1757a..a58c90f7dc1685a321b535daf17184a7a4d10564 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.h
@@ -25,13 +25,13 @@ class ScriptPromise;
class ScriptPromiseResolver;
class ScriptState;
-// BluetoothRemoteGATTCharacteristic represents a GATT Characteristic, which is a
-// basic data element that provides further information about a peripheral's
+// BluetoothRemoteGATTCharacteristic represents a GATT Characteristic, which is
+// a basic data element that provides further information about a peripheral's
// service.
//
-// Callbacks providing WebBluetoothRemoteGATTCharacteristicInit objects are handled by
-// CallbackPromiseAdapter templatized with this class. See this class's
-// "Interface required by CallbackPromiseAdapter" section and the
+// Callbacks providing WebBluetoothRemoteGATTCharacteristicInit objects are
+// handled by CallbackPromiseAdapter templatized with this class. See this
+// class's "Interface required by CallbackPromiseAdapter" section and the
// CallbackPromiseAdapter class comments.
class BluetoothRemoteGATTCharacteristic final
: public EventTargetWithInlineData,

Powered by Google App Engine
This is Rietveld 408576698