| 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 344c80c2e37052a1ac7227abb7c88793c4add552..9d80f581141f80f68e73c89467f9905379d3b2f0 100644
|
| --- a/webkit/tools/test_shell/test_navigation_controller.cc
|
| +++ b/webkit/tools/test_shell/test_navigation_controller.cc
|
| @@ -16,7 +16,7 @@ TestNavigationEntry::TestNavigationEntry()
|
|
|
| TestNavigationEntry::TestNavigationEntry(int page_id,
|
| const GURL& url,
|
| - const string16& target_frame)
|
| + const base::string16& target_frame)
|
| : page_id_(page_id),
|
| url_(url),
|
| target_frame_(target_frame) {
|
|
|