Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1386)

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/resource_request_info.h ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « content/public/browser/resource_request_info.h ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698