Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3954)

Unified Diff: chrome/browser/ui/views/about_chrome_view.h

Issue 7274001: Get Chrome About dialog 'official build' label to display properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/about_chrome_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/about_chrome_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698