| Index: chrome/browser/tab_contents/render_view_context_menu.h
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
|
| index cfb84dee0bc59cba234aca5208d87d3bc0a23e30..428e8818fa70c6ce25ccbe7f3be80f78ee4b4134 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
|
| @@ -41,7 +41,7 @@ namespace gfx {
|
| class Point;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| struct WebMediaPlayerAction;
|
| struct WebPluginAction;
|
| }
|
| @@ -247,9 +247,9 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate,
|
| void WriteURLToClipboard(const GURL& url);
|
|
|
| void MediaPlayerActionAt(const gfx::Point& location,
|
| - const WebKit::WebMediaPlayerAction& action);
|
| + const blink::WebMediaPlayerAction& action);
|
| void PluginActionAt(const gfx::Point& location,
|
| - const WebKit::WebPluginAction& action);
|
| + const blink::WebPluginAction& action);
|
|
|
| bool IsDevCommandEnabled(int id) const;
|
|
|
|
|