| Index: chrome/browser/download/download_util.h
|
| ===================================================================
|
| --- chrome/browser/download/download_util.h (revision 10233)
|
| +++ chrome/browser/download/download_util.h (working copy)
|
| @@ -189,7 +189,7 @@
|
| // Executable file support -----------------------------------------------------
|
|
|
| // Copy all executable file extensions.
|
| -void InitializeExeTypes(std::set<std::wstring>* exe_extensions);
|
| +void InitializeExeTypes(std::set<std::string>* exe_extensions);
|
|
|
| } // namespace download_util
|
|
|
|
|