| Index: chrome/browser/ui/views/tab_contents/render_view_context_menu_win.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/render_view_context_menu_win.cc b/chrome/browser/ui/views/tab_contents/render_view_context_menu_win.cc
|
| index 43fdc0c680b52190c61de72941044e313fda022b..115e1037a3f7fa960ed71e65fd185a00d73d980a 100644
|
| --- a/chrome/browser/ui/views/tab_contents/render_view_context_menu_win.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/render_view_context_menu_win.cc
|
| @@ -59,9 +59,9 @@ void RenderViewContextMenuWin::ExecuteCommand(int command_id,
|
| // TODO(robertshield): FTB - Switch this to HOST_DESKTOP_TYPE_ASH when
|
| // we make that the default for metro.
|
| Browser* browser =
|
| - browser::FindTabbedBrowser(profile_->GetOriginalProfile(),
|
| - false,
|
| - chrome::HOST_DESKTOP_TYPE_NATIVE);
|
| + chrome::FindTabbedBrowser(profile_->GetOriginalProfile(),
|
| + false,
|
| + chrome::HOST_DESKTOP_TYPE_NATIVE);
|
| if (browser) {
|
| content::OpenURLParams url_params(
|
| params_.link_url,
|
|
|