From cee9de4e4af9a1d441a1540c6c7a676c35042994 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Wed, 4 Mar 2009 06:13:02 +0000 Subject: Fix the build with some forgotten string conversions on non-Windows. Review URL: http://codereview.chromium.org/40099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10875 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/temp_scaffolding_stubs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common') diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index c360c63..20e93d4 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -428,7 +428,7 @@ class TabContents : public PageNavigator, public NotificationObserver { } virtual SkBitmap GetFavIcon() const; const GURL& GetURL() const; - virtual const std::wstring& GetTitle() const; + virtual const string16& GetTitle() const; TabContentsType type() const { return type_; } void set_type(TabContentsType type) { type_ = type; } virtual void Focus() { NOTIMPLEMENTED(); } -- cgit v1.1