| Index: webkit/tools/test_shell/test_navigation_controller.cc
|
| diff --git a/webkit/tools/test_shell/test_navigation_controller.cc b/webkit/tools/test_shell/test_navigation_controller.cc
|
| index 1142839ae1bba4222def444eb26f883ad8cfd9a1..344c80c2e37052a1ac7227abb7c88793c4add552 100644
|
| --- a/webkit/tools/test_shell/test_navigation_controller.cc
|
| +++ b/webkit/tools/test_shell/test_navigation_controller.cc
|
| @@ -16,11 +16,9 @@ TestNavigationEntry::TestNavigationEntry()
|
|
|
| TestNavigationEntry::TestNavigationEntry(int page_id,
|
| const GURL& url,
|
| - const std::wstring& title,
|
| - const std::wstring& target_frame)
|
| + const string16& target_frame)
|
| : page_id_(page_id),
|
| url_(url),
|
| - title_(title),
|
| target_frame_(target_frame) {
|
| }
|
|
|
|
|