Index: chrome/browser/ui/views/about_chrome_view.h |
=================================================================== |
--- chrome/browser/ui/views/about_chrome_view.h (revision 69490) |
+++ chrome/browser/ui/views/about_chrome_view.h (working copy) |
@@ -146,10 +146,10 @@ |
#endif |
// Our current version. |
- std::string current_version_; |
+ std::wstring current_version_; |
// Additional information about the version (channel and build number). |
- std::string version_details_; |
+ std::wstring version_details_; |
// The version Google Update reports is available to us. |
std::wstring new_version_available_; |