Index: content/shell/browser/shell_web_contents_view_delegate_mac.mm |
diff --git a/content/shell/browser/shell_web_contents_view_delegate_mac.mm b/content/shell/browser/shell_web_contents_view_delegate_mac.mm |
index 00196af0348cd7b929bc1796490428c5c06b9c88..1d01f90718046e281d7c5c124fd221880eba10fe 100644 |
--- a/content/shell/browser/shell_web_contents_view_delegate_mac.mm |
+++ b/content/shell/browser/shell_web_contents_view_delegate_mac.mm |
@@ -22,7 +22,7 @@ |
#include "content/shell/common/shell_switches.h" |
#include "third_party/WebKit/public/web/WebContextMenuData.h" |
-using WebKit::WebContextMenuData; |
+using blink::WebContextMenuData; |
enum { |
ShellContextMenuItemCutTag = 0, |