Chromium Code Reviews| Index: base/file_version_info.cc |
| =================================================================== |
| --- base/file_version_info.cc (revision 25594) |
| +++ base/file_version_info.cc (working copy) |
| @@ -32,7 +32,7 @@ |
| // static |
| FileVersionInfo* FileVersionInfo::CreateFileVersionInfoForCurrentModule() { |
| - std::wstring app_path; |
| + FilePath app_path; |
| if (!PathService::Get(base::FILE_MODULE, &app_path)) |
| return NULL; |