Index: Source/web/WebFileChooserCompletionImpl.h |
diff --git a/Source/web/WebFileChooserCompletionImpl.h b/Source/web/WebFileChooserCompletionImpl.h |
index 08ffbbf20e88142acf38d6e45fd96b79d4bbfc15..0263a1ff35c8edfe192df91c318b45f27d62ba5c 100644 |
--- a/Source/web/WebFileChooserCompletionImpl.h |
+++ b/Source/web/WebFileChooserCompletionImpl.h |
@@ -45,7 +45,7 @@ namespace blink { |
class WebFileChooserCompletionImpl FINAL : public WebFileChooserCompletion { |
public: |
- WebFileChooserCompletionImpl(PassRefPtr<blink::FileChooser> chooser); |
+ explicit WebFileChooserCompletionImpl(PassRefPtr<blink::FileChooser>); |
virtual ~WebFileChooserCompletionImpl(); |
virtual void didChooseFile(const WebVector<WebString>& fileNames) OVERRIDE; |
virtual void didChooseFile(const WebVector<SelectedFileInfo>& files) OVERRIDE; |