Index: third_party/WebKit/Source/platform/FileChooser.h |
diff --git a/third_party/WebKit/Source/platform/FileChooser.h b/third_party/WebKit/Source/platform/FileChooser.h |
index 12e3d1949a07675e8d9eb0e64a63bd2f96664281..7196cf31dcad2ceb48cf874799f89e2ef7c19055 100644 |
--- a/third_party/WebKit/Source/platform/FileChooser.h |
+++ b/third_party/WebKit/Source/platform/FileChooser.h |
@@ -94,7 +94,8 @@ class PLATFORM_EXPORT FileChooser : public RefCounted<FileChooser> { |
void disconnectClient() { m_client = 0; } |
- // FIXME: We should probably just pass file paths that could be virtual paths with proper display names rather than passing structs. |
+ // FIXME: We should probably just pass file paths that could be virtual paths |
+ // with proper display names rather than passing structs. |
void chooseFiles(const Vector<FileChooserFileInfo>& files); |
const FileChooserSettings& settings() const { return m_settings; } |