| Index: chrome/browser/history/history.h
|
| ===================================================================
|
| --- chrome/browser/history/history.h (revision 50158)
|
| +++ chrome/browser/history/history.h (working copy)
|
| @@ -211,7 +211,7 @@
|
| // Notifies history of the body text of the given recently-visited URL.
|
| // If the URL was not visited "recently enough," the history system may
|
| // discard it.
|
| - void SetPageContents(const GURL& url, const string16& contents);
|
| + void SetPageContents(const GURL& url, const std::wstring& contents);
|
|
|
| // Querying ------------------------------------------------------------------
|
|
|
|
|