Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698