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

Unified Diff: content/browser/renderer_host/render_message_filter.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
Index: content/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index d0a43869e4700053c8e50ed1f57688bf15dea46f..9d954590a34831ce27fa20621f2b04b4449f064b 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -40,7 +40,7 @@
struct FontDescriptor;
struct ViewHostMsg_CreateWindow_Params;
-namespace WebKit {
+namespace blink {
struct WebScreenInfo;
}
@@ -126,7 +126,7 @@ class RenderMessageFilter : public BrowserMessageFilter {
int* surface_id,
int64* cloned_session_storage_namespace_id);
void OnCreateWidget(int opener_id,
- WebKit::WebPopupType popup_type,
+ blink::WebPopupType popup_type,
int* route_id,
int* surface_id);
void OnCreateFullscreenWidget(int opener_id,

Powered by Google App Engine
This is Rietveld 408576698