| Index: content/browser/tab_contents/navigation_controller.cc
|
| diff --git a/content/browser/tab_contents/navigation_controller.cc b/content/browser/tab_contents/navigation_controller.cc
|
| index 310e1cfdaf163831d6a846eb3fa643c260c0781e..0049d68835adca960e2dbb35c0a0f992df164373 100644
|
| --- a/content/browser/tab_contents/navigation_controller.cc
|
| +++ b/content/browser/tab_contents/navigation_controller.cc
|
| @@ -242,7 +242,7 @@ NavigationEntry* NavigationController::CreateNavigationEntry(
|
| -1,
|
| loaded_url,
|
| referrer,
|
| - string16(),
|
| + base::i18n::String16WithDirection(),
|
| transition);
|
| entry->set_virtual_url(url);
|
| entry->set_user_typed_url(url);
|
|
|