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

Unified Diff: third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.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/BluetoothUUID.h
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.h
index 60c3d17fb3f0e923a697d52e2d0defea6d4f1bd6..7f5f7185616aaf9f290ee20489d3b022202393ec 100644
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.h
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.h
@@ -13,7 +13,8 @@ namespace blink {
class ExceptionState;
-// This class provides a way for script to look up UUIDs by name so they don't need to be replicated in each application.
+// This class provides a way for script to look up UUIDs by name so they don't
+// need to be replicated in each application.
class BluetoothUUID final : public GarbageCollected<BluetoothUUID>,
public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();

Powered by Google App Engine
This is Rietveld 408576698