Index: third_party/WebKit/public/platform/WebDragData.h |
diff --git a/third_party/WebKit/public/platform/WebDragData.h b/third_party/WebKit/public/platform/WebDragData.h |
index 4bee24a5f747f98c664051a6395862f8a2f21e0b..623918f86d1b1d6e712bd5baca057bed9e8fff6c 100644 |
--- a/third_party/WebKit/public/platform/WebDragData.h |
+++ b/third_party/WebKit/public/platform/WebDragData.h |
@@ -48,13 +48,13 @@ class WebDragData { |
public: |
struct Item { |
enum StorageType { |
- // String data with an associated MIME type. Depending on the MIME type, there may be |
- // optional metadata attributes as well. |
+ // String data with an associated MIME type. Depending on the MIME type, |
+ // there may be optional metadata attributes as well. |
StorageTypeString, |
// Stores the name of one file being dragged into the renderer. |
StorageTypeFilename, |
- // An image being dragged out of the renderer. Contains a buffer holding the image data |
- // as well as the suggested name for saving the image to. |
+ // An image being dragged out of the renderer. Contains a buffer holding |
+ // the image data as well as the suggested name for saving the image to. |
StorageTypeBinaryData, |
// Stores the filesystem URL of one file being dragged into the renderer. |
StorageTypeFileSystemFile, |