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