| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 2c51194fd129aecb50799a8cf49df8b6984b054d..fdc76682647a5d57d2a7dbef4ecfb8804204c2cd 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1436,7 +1436,7 @@ void Browser::OpenCurrentURL() {
|
| if (OpenInstant(open_disposition))
|
| return;
|
|
|
| - GURL url(WideToUTF8(location_bar->GetInputString()));
|
| + GURL url(location_bar->GetInputString());
|
|
|
| if (open_disposition == CURRENT_TAB && TabFinder::IsEnabled()) {
|
| Browser* existing_browser = NULL;
|
|
|