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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.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/BluetoothRemoteGATTServer.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
index 5bb30dcee289873b758cd30fe27b32468452262c..c2533b150dc54cc0d1ab227fdfd8414aa6edd48f 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h
@@ -19,7 +19,8 @@ class ScriptPromise;
class ScriptPromiseResolver;
class ScriptState;
-// BluetoothRemoteGATTServer provides a way to interact with a connected bluetooth peripheral.
+// BluetoothRemoteGATTServer provides a way to interact with a connected
+// bluetooth peripheral.
class BluetoothRemoteGATTServer final
: public GarbageCollected<BluetoothRemoteGATTServer>,
public ScriptWrappable {

Powered by Google App Engine
This is Rietveld 408576698