| Index: third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h b/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
 | 
| index 547b849d131e60af782d198d79c9b5efd3ca7269..ff4c96b6af9a8a1af202c11faf7f50f71cec1bef 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.h
 | 
| @@ -28,9 +28,10 @@ namespace blink {
 | 
|  
 | 
|  class HTMLInputElement;
 | 
|  
 | 
| -// Each LayoutFileUploadControl contains a LayoutButton (for opening the file chooser), and
 | 
| -// sufficient space to draw a file icon and filename. The LayoutButton has a shadow node
 | 
| -// associated with it to receive click/hover events.
 | 
| +// Each LayoutFileUploadControl contains a LayoutButton (for opening the file
 | 
| +// chooser), and sufficient space to draw a file icon and filename. The
 | 
| +// LayoutButton has a shadow node associated with it to receive click/hover
 | 
| +// events.
 | 
|  
 | 
|  class CORE_EXPORT LayoutFileUploadControl final : public LayoutBlockFlow {
 | 
|   public:
 | 
| 
 |