| Index: chrome/browser/ui/views/frame/browser_frame_win.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_frame_win.cc (revision 184354)
|
| +++ chrome/browser/ui/views/frame/browser_frame_win.cc (working copy)
|
| @@ -518,7 +518,7 @@
|
| DCHECK(current_tab);
|
|
|
| current_tab_info->url = base::win::LocalAllocAndCopyString(
|
| - base::UTF8ToWide(current_tab->GetURL().spec()));
|
| + UTF8ToWide(current_tab->GetURL().spec()));
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|