Index: third_party/WebKit/public/web/WebFileChooserParams.h |
diff --git a/third_party/WebKit/public/web/WebFileChooserParams.h b/third_party/WebKit/public/web/WebFileChooserParams.h |
index 06460cdf66b5615e73fdea0f799545e0f9b9379e..bf9589584e8322db0c2fb90b5cea87c7b6e4caf3 100644 |
--- a/third_party/WebKit/public/web/WebFileChooserParams.h |
+++ b/third_party/WebKit/public/web/WebFileChooserParams.h |
@@ -39,7 +39,8 @@ |
namespace blink { |
struct WebFileChooserParams { |
- // If |multiSelect| is true, the dialog allows the user to select multiple files. |
+ // If |multiSelect| is true, the dialog allows the user to select multiple |
+ // files. |
bool multiSelect; |
// If |directory| is true, the dialog allows the user to select a directory. |
bool directory; |