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

Unified Diff: third_party/WebKit/Source/core/html/forms/FileInputType.h

Issue 2390563002: Reflow comments in core/html/forms/. (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/core/html/forms/FileInputType.h
diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.h b/third_party/WebKit/Source/core/html/forms/FileInputType.h
index 02469bcfbe39c72b60d5745147060a345fb267a9..4508f28c47387b9253f30e81afc22b3a0df97a9d 100644
--- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
+++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
@@ -77,8 +77,8 @@ class CORE_EXPORT FileInputType final : public InputType,
FileList* files() override;
void setFiles(FileList*) override;
bool canSetValue(const String&) override;
- bool getTypeSpecificValue(String&)
- override; // Checked first, before internal storage or the value attribute.
+ // Checked first, before internal storage or the value attribute.
+ bool getTypeSpecificValue(String&) override;
void setValue(const String&,
bool valueChanged,
TextFieldEventBehavior) override;

Powered by Google App Engine
This is Rietveld 408576698