Index: content/public/browser/web_contents_delegate.h |
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h |
index dc7e344108fb2aa057392df16eda84714c563971..69fc22c61d1e4ab64296b76647cf3763017887eb 100644 |
--- a/content/public/browser/web_contents_delegate.h |
+++ b/content/public/browser/web_contents_delegate.h |
@@ -53,7 +53,7 @@ class Rect; |
class Size; |
} |
-namespace WebKit { |
+namespace blink { |
class WebLayer; |
struct WebWindowFeatures; |
} |
@@ -278,7 +278,7 @@ class CONTENT_EXPORT WebContentsDelegate { |
// cancel the operation. This method is used by Chromium Embedded Framework. |
virtual bool CanDragEnter(WebContents* source, |
const DropData& data, |
- WebKit::WebDragOperationsMask operations_allowed); |
+ blink::WebDragOperationsMask operations_allowed); |
// Render view drag n drop ended. |
virtual void DragEnded() {} |