| Index: chrome/browser/tab_contents/render_view_context_menu.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| index f3d7b927280f804094f354e8efb57fd22ba6d0dc..80c4cb3c984101d805cf911979138d607b8579c5 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.cc
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.cc
|
| @@ -107,11 +107,11 @@
|
| #endif // defined(ENABLE_FULL_PRINTING)
|
| #endif // defined(ENABLE_PRINTING)
|
|
|
| -using WebKit::WebContextMenuData;
|
| -using WebKit::WebMediaPlayerAction;
|
| -using WebKit::WebPluginAction;
|
| -using WebKit::WebString;
|
| -using WebKit::WebURL;
|
| +using blink::WebContextMenuData;
|
| +using blink::WebMediaPlayerAction;
|
| +using blink::WebPluginAction;
|
| +using blink::WebString;
|
| +using blink::WebURL;
|
| using content::BrowserContext;
|
| using content::ChildProcessSecurityPolicy;
|
| using content::DownloadManager;
|
|
|