| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 27329)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -558,8 +558,7 @@
|
| // Save page with the main HTML file path, the directory for saving resources,
|
| // and the save type: HTML only or complete web page. Returns true if the
|
| // saving process has been initiated successfully.
|
| - bool SavePage(const std::wstring& main_file,
|
| - const std::wstring& dir_path,
|
| + bool SavePage(const FilePath& main_file, const FilePath& dir_path,
|
| SavePackage::SavePackageType save_type);
|
|
|
| // Displays asynchronously a print preview (generated by the renderer) if not
|
|
|