summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/tab_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r--chrome/test/automation/tab_proxy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index 7f56932..94bf717 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -272,8 +272,7 @@ class TabProxy : public AutomationResourceProxy {
// Save the current web page. |file_name| is the HTML file name, and
// |dir_path| is the directory for saving resource files. |type| indicates
// which type we're saving as: HTML only or the complete web page.
- bool SavePage(const std::wstring& file_name,
- const std::wstring& dir_path,
+ bool SavePage(const FilePath& file_name, const FilePath& dir_path,
SavePackage::SavePackageType type);
// Posts a message to the external tab.