Index: webkit/tools/test_shell/test_webview_delegate.h |
diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h |
index 567344340f29f0652f14a9da9cde2864139e9d48..a4a10c4228130e892725edf11b535aefe529fe07 100644 |
--- a/webkit/tools/test_shell/test_webview_delegate.h |
+++ b/webkit/tools/test_shell/test_webview_delegate.h |
@@ -332,7 +332,7 @@ class TestWebViewDelegate : public WebKit::WebViewClient, |
// Called the title of the page changes. |
// Can be used to update the title of the window. |
- void SetPageTitle(const std::wstring& title); |
+ void SetPageTitle(const string16& title); |
// Called when the URL of the page changes. |
// Extracts the URL and forwards on to SetAddressBarURL(). |