| Index: content/shell/shell_web_contents_view_delegate.h
|
| diff --git a/content/shell/shell_web_contents_view_delegate.h b/content/shell/shell_web_contents_view_delegate.h
|
| index 1dafe0d96ba5cc94ad06f7e4e8ed6b055173cf65..283f37f30a3c8a37ce58d48b2d16b2f20f34a85f 100644
|
| --- a/content/shell/shell_web_contents_view_delegate.h
|
| +++ b/content/shell/shell_web_contents_view_delegate.h
|
| @@ -24,7 +24,7 @@ class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
|
|
|
| // Overridden from WebContentsViewDelegate:
|
| virtual void ShowContextMenu(const ContextMenuParams& params,
|
| - const ContextMenuSourceType& type) OVERRIDE;
|
| + ContextMenuSourceType type) OVERRIDE;
|
| virtual WebDragDestDelegate* GetDragDestDelegate() OVERRIDE;
|
|
|
| #if defined(TOOLKIT_GTK)
|
|
|