| Index: chrome/browser/history/history_backend.h
|
| ===================================================================
|
| --- chrome/browser/history/history_backend.h (revision 50158)
|
| +++ chrome/browser/history/history_backend.h (working copy)
|
| @@ -116,7 +116,7 @@
|
|
|
| // Indexing ------------------------------------------------------------------
|
|
|
| - void SetPageContents(const GURL& url, const string16& contents);
|
| + void SetPageContents(const GURL& url, const std::wstring& contents);
|
|
|
| // Querying ------------------------------------------------------------------
|
|
|
|
|