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(); |