| Index: content/browser/web_contents/web_contents_view_mac.mm
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_view_mac.mm (revision 163514)
|
| +++ content/browser/web_contents/web_contents_view_mac.mm (working copy)
|
| @@ -34,6 +34,7 @@
|
| using content::RenderWidgetHostView;
|
| using content::RenderWidgetHostViewMac;
|
| using content::WebContents;
|
| +using content::WebContentsImpl;
|
|
|
| // Ensure that the WebKit::WebDragOperation enum values stay in sync with
|
| // NSDragOperation constants, since the code below static_casts between 'em.
|
|
|