Chromium Code Reviews| Index: chrome/browser/automation/automation_provider.h |
| =================================================================== |
| --- chrome/browser/automation/automation_provider.h (revision 27329) |
| +++ chrome/browser/automation/automation_provider.h (working copy) |
| @@ -360,8 +360,8 @@ |
| // Save the current web page. |
| void SavePage(int tab_handle, |
| - const std::wstring& file_name, |
| - const std::wstring& dir_path, |
| + const FilePath& file_name, |
| + const FilePath& dir_path, |
| int type, |
| bool* success); |