| Index: webkit/glue/webview_delegate.h
|
| ===================================================================
|
| --- webkit/glue/webview_delegate.h (revision 13572)
|
| +++ webkit/glue/webview_delegate.h (working copy)
|
| @@ -557,9 +557,8 @@
|
| // will own the WebFileChooserCallback object and is responsible for
|
| // freeing it.
|
| virtual void RunFileChooser(bool multi_select,
|
| - const std::wstring& title,
|
| - const std::wstring& initial_filename,
|
| - const std::wstring& filter,
|
| + const string16& title,
|
| + const FilePath& initial_filename,
|
| WebFileChooserCallback* file_chooser) {
|
| delete file_chooser;
|
| }
|
|
|