Index: content/child/webkitplatformsupport_impl.h |
diff --git a/content/child/webkitplatformsupport_impl.h b/content/child/webkitplatformsupport_impl.h |
index 3a484d12d049c0b238326b5b737b32905bef8033..e32483b9e44c0a9024f2138ab5bf08f2239c221e 100644 |
--- a/content/child/webkitplatformsupport_impl.h |
+++ b/content/child/webkitplatformsupport_impl.h |
@@ -17,7 +17,7 @@ namespace content { |
class CONTENT_EXPORT WebKitPlatformSupportImpl |
: NON_EXPORTED_BASE(public webkit_glue::WebKitPlatformSupportChildImpl) { |
public: |
- typedef WebKit::WebGraphicsContext3D* (OffscreenContextFactory)(); |
+ typedef blink::WebGraphicsContext3D* (OffscreenContextFactory)(); |
WebKitPlatformSupportImpl(); |
virtual ~WebKitPlatformSupportImpl(); |
@@ -30,9 +30,9 @@ class CONTENT_EXPORT WebKitPlatformSupportImpl |
const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info) |
OVERRIDE; |
virtual webkit_glue::WebSocketStreamHandleBridge* CreateWebSocketStreamBridge( |
- WebKit::WebSocketStreamHandle* handle, |
+ blink::WebSocketStreamHandle* handle, |
webkit_glue::WebSocketStreamHandleDelegate* delegate) OVERRIDE; |
- virtual WebKit::WebSocketHandle* createWebSocketHandle() OVERRIDE; |
+ virtual blink::WebSocketHandle* createWebSocketHandle() OVERRIDE; |
}; |
} // namespace content |