summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webview_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webview_delegate.h')
-rw-r--r--webkit/glue/webview_delegate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/webview_delegate.h b/webkit/glue/webview_delegate.h
index e58b518..03e1a78 100644
--- a/webkit/glue/webview_delegate.h
+++ b/webkit/glue/webview_delegate.h
@@ -45,6 +45,7 @@ struct PasswordForm;
struct WebDropData;
struct WebPreferences;
class AutofillForm;
+class FilePath;
class SkBitmap;
class WebDevToolsAgentDelegate;
class WebError;
@@ -80,7 +81,7 @@ class WebFileChooserCallback {
public:
WebFileChooserCallback() {}
virtual ~WebFileChooserCallback() {}
- virtual void OnFileChoose(const std::vector<std::wstring>& file_names) { }
+ virtual void OnFileChoose(const std::vector<FilePath>& file_names) { }
private:
DISALLOW_COPY_AND_ASSIGN(WebFileChooserCallback);