Index: chrome/browser/ui/views/about_chrome_view.h |
=================================================================== |
--- chrome/browser/ui/views/about_chrome_view.h (revision 90548) |
+++ chrome/browser/ui/views/about_chrome_view.h (working copy) |
@@ -6,6 +6,8 @@ |
#define CHROME_BROWSER_UI_VIEWS_ABOUT_CHROME_VIEW_H_ |
#pragma once |
+#include <string> |
+ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "views/controls/image_view.h" |
@@ -137,7 +139,7 @@ |
std::string current_version_; |
// Additional information about the version (channel and build number). |
Evan Martin
2011/06/28 15:53:16
Can you note here that a translation of "Official
|
- std::string version_details_; |
+ string16 version_details_; |
// The version Google Update reports is available to us. |
std::wstring new_version_available_; |