| Index: chrome/browser/automation/automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.cc (revision 27329)
|
| +++ chrome/browser/automation/automation_provider.cc (working copy)
|
| @@ -1512,8 +1512,8 @@
|
| }
|
|
|
| void AutomationProvider::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) {
|
| if (!tab_tracker_->ContainsHandle(tab_handle)) {
|
|
|