summaryrefslogtreecommitdiffstats
path: root/views/examples/examples_main.h
diff options
context:
space:
mode:
authoryosin@chromium.org <yosin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 09:38:48 +0000
committeryosin@chromium.org <yosin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-28 09:38:48 +0000
commit956b3d317c53390cae307b6cda5790f1fa9cb508 (patch)
tree3a37d101bd2590c2c00aef2c13416120b3ff92c7 /views/examples/examples_main.h
parent9100e9221c55d10ceba196ef775af06d76b1e0cf (diff)
downloadchromium_src-956b3d317c53390cae307b6cda5790f1fa9cb508.zip
chromium_src-956b3d317c53390cae307b6cda5790f1fa9cb508.tar.gz
chromium_src-956b3d317c53390cae307b6cda5790f1fa9cb508.tar.bz2
Change std::wstring to string16 on WidgetDelegate::GetWindowTitle
Review URL: http://codereview.chromium.org/8065001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/examples/examples_main.h')
-rw-r--r--views/examples/examples_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/examples/examples_main.h b/views/examples/examples_main.h
index 93fe344..a4278937 100644
--- a/views/examples/examples_main.h
+++ b/views/examples/examples_main.h
@@ -41,7 +41,7 @@ class ExamplesMain : public views::WidgetDelegate {
// views::WidgetDelegate implementation:
virtual bool CanResize() const OVERRIDE;
virtual bool CanMaximize() const OVERRIDE;
- virtual std::wstring GetWindowTitle() const OVERRIDE;
+ virtual string16 GetWindowTitle() const OVERRIDE;
virtual views::View* GetContentsView() OVERRIDE;
virtual void WindowClosing() OVERRIDE;
virtual views::Widget* GetWidget() OVERRIDE;