| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 10809)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -180,7 +180,7 @@
|
| // pending may be provisional (e.g., the navigation could result in a
|
| // download, in which case the URL would revert to what it was previously).
|
| const GURL& GetURL() const;
|
| - virtual const std::wstring& GetTitle() const;
|
| + const string16& GetTitle() const;
|
|
|
| // The max PageID of any page that this TabContents has loaded. PageIDs
|
| // increase with each new page that is loaded by a tab. If this is a
|
|
|