Index: chrome/browser/tab_contents/render_view_context_menu.cc |
=================================================================== |
--- chrome/browser/tab_contents/render_view_context_menu.cc (revision 138369) |
+++ chrome/browser/tab_contents/render_view_context_menu.cc (working copy) |
@@ -533,7 +533,7 @@ |
} |
void RenderViewContextMenu::InitMenu() { |
- content::ViewType view_type = source_web_contents_->GetViewType(); |
+ chrome::ViewType view_type = chrome::GetViewType(source_web_contents_); |
if (view_type == chrome::VIEW_TYPE_APP_SHELL) { |
AppendPlatformAppItems(); |
return; |