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