Index: chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc |
diff --git a/chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc b/chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc |
index 9a700b198131215c167ad3b668b706218624d1c4..ce233447620a787358f5e1d7a1fa54116d9d6ee7 100644 |
--- a/chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc |
+++ b/chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc |
@@ -50,7 +50,7 @@ class RegisterProtocolHandlerBrowserTest : public InProcessBrowserTest { |
TestRenderViewContextMenu* CreateContextMenu(GURL url) { |
content::ContextMenuParams params; |
- params.media_type = WebKit::WebContextMenuData::MediaTypeNone; |
+ params.media_type = blink::WebContextMenuData::MediaTypeNone; |
params.link_url = url; |
params.unfiltered_link_url = url; |
WebContents* web_contents = |