Chromium Code Reviews| Index: remoting/base/breakpad_win.cc |
| diff --git a/remoting/base/breakpad_win.cc b/remoting/base/breakpad_win.cc |
| index 05f1866524a77c7157bbffe8dd176ee0efd83f5f..d9ca087faaa8adb8e7da3558cdb11c39e2eaa86b 100644 |
| --- a/remoting/base/breakpad_win.cc |
| +++ b/remoting/base/breakpad_win.cc |
| @@ -153,6 +153,7 @@ google_breakpad::CustomClientInfo* BreakpadWin::GetCustomInfo() { |
| scoped_ptr<FileVersionInfo> version_info( |
| FileVersionInfo::CreateFileVersionInfoForModule(binary)); |
| + // presubmit: allow wstring |
| std::wstring version; |
| if (version_info.get()) |
| version = UTF16ToWide(version_info->product_version()); |
|
Wez
2012/08/06 18:33:18
Here.
alexeypa (please no reviews)
2012/08/06 19:31:54
UTF16ToWide is used here because CustomInfoEntry r
|