diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-01 22:07:59 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-01 22:07:59 +0000 |
commit | bc42505e55a9a0c0be7257474d9e67bc5eaf6aec (patch) | |
tree | a7e5e797a5c9123e104a51b833e60c8ef6568426 /views/examples/native_theme_button_example.h | |
parent | 27812a9eb68a33fe9d94034de7c959d194a6538d (diff) | |
download | chromium_src-bc42505e55a9a0c0be7257474d9e67bc5eaf6aec.zip chromium_src-bc42505e55a9a0c0be7257474d9e67bc5eaf6aec.tar.gz chromium_src-bc42505e55a9a0c0be7257474d9e67bc5eaf6aec.tar.bz2 |
views/examples: Make PrintStatus use char type instead wchar_t.
This avoids using the wstring versions of base::StringPrintf and base::StringAppendV.
BUG=None
TEST=None
R=sky@chromium.org
Review URL: http://codereview.chromium.org/7828010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99254 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/examples/native_theme_button_example.h')
-rw-r--r-- | views/examples/native_theme_button_example.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/examples/native_theme_button_example.h b/views/examples/native_theme_button_example.h index bf37849d..06b0f57 100644 --- a/views/examples/native_theme_button_example.h +++ b/views/examples/native_theme_button_example.h @@ -31,7 +31,7 @@ class ExampleNativeThemeButton : public views::CustomButton, views::Combobox* cb_state); virtual ~ExampleNativeThemeButton(); - std::wstring MessWithState(); + std::string MessWithState(); private: // Overridden from View: |