Index: chrome/common/win_safe_util.cc |
=================================================================== |
--- chrome/common/win_safe_util.cc (revision 7599) |
+++ chrome/common/win_safe_util.cc (working copy) |
@@ -88,7 +88,7 @@ |
// more information at: |
// http://msdn2.microsoft.com/en-us/library/ms647048.aspx |
bool SaferOpenItemViaShell(HWND hwnd, const std::wstring& window_title, |
- const std::wstring& full_path, |
+ const FilePath& full_path, |
const std::wstring& source_url, |
bool ask_for_app) { |
ATL::CComPtr<IAttachmentExecute> attachment_services; |