Index: Source/web/WebFileChooserCompletionImpl.h |
diff --git a/Source/web/WebFileChooserCompletionImpl.h b/Source/web/WebFileChooserCompletionImpl.h |
index 4aa35d8331f505afee2c36f17b17342c1465857d..411365f29183b9a8443cc336f5a751d5b9271e5e 100644 |
--- a/Source/web/WebFileChooserCompletionImpl.h |
+++ b/Source/web/WebFileChooserCompletionImpl.h |
@@ -39,12 +39,12 @@ |
namespace blink { |
-class WebFileChooserCompletionImpl FINAL : public WebFileChooserCompletion { |
+class WebFileChooserCompletionImpl final : public WebFileChooserCompletion { |
public: |
explicit WebFileChooserCompletionImpl(PassRefPtr<FileChooser>); |
virtual ~WebFileChooserCompletionImpl(); |
- virtual void didChooseFile(const WebVector<WebString>& fileNames) OVERRIDE; |
- virtual void didChooseFile(const WebVector<SelectedFileInfo>& files) OVERRIDE; |
+ virtual void didChooseFile(const WebVector<WebString>& fileNames) override; |
+ virtual void didChooseFile(const WebVector<SelectedFileInfo>& files) override; |
private: |
RefPtr<FileChooser> m_fileChooser; |