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

Unified Diff: Source/web/RemoteFrameClient.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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 | « Source/web/PrerendererClientImpl.cpp ('k') | Source/web/RemoteFrameClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/RemoteFrameClient.h
diff --git a/Source/web/RemoteFrameClient.h b/Source/web/RemoteFrameClient.h
index 888a106073ded420be200c400c28ee791b0f621b..15c7ace2898514ba92fc94e27610f9128044d4a6 100644
--- a/Source/web/RemoteFrameClient.h
+++ b/Source/web/RemoteFrameClient.h
@@ -11,20 +11,20 @@ namespace blink {
class WebRemoteFrameImpl;
-class RemoteFrameClient : public WebCore::FrameClient {
+class RemoteFrameClient : public blink::FrameClient {
public:
explicit RemoteFrameClient(WebRemoteFrameImpl*);
// FrameClient overrides:
- virtual WebCore::Frame* opener() const OVERRIDE;
- virtual void setOpener(WebCore::Frame*) OVERRIDE;
-
- virtual WebCore::Frame* parent() const OVERRIDE;
- virtual WebCore::Frame* top() const OVERRIDE;
- virtual WebCore::Frame* previousSibling() const OVERRIDE;
- virtual WebCore::Frame* nextSibling() const OVERRIDE;
- virtual WebCore::Frame* firstChild() const OVERRIDE;
- virtual WebCore::Frame* lastChild() const OVERRIDE;
+ virtual blink::Frame* opener() const OVERRIDE;
+ virtual void setOpener(blink::Frame*) OVERRIDE;
+
+ virtual blink::Frame* parent() const OVERRIDE;
+ virtual blink::Frame* top() const OVERRIDE;
+ virtual blink::Frame* previousSibling() const OVERRIDE;
+ virtual blink::Frame* nextSibling() const OVERRIDE;
+ virtual blink::Frame* firstChild() const OVERRIDE;
+ virtual blink::Frame* lastChild() const OVERRIDE;
WebRemoteFrameImpl* webFrame() const { return m_webFrame; }
« no previous file with comments | « Source/web/PrerendererClientImpl.cpp ('k') | Source/web/RemoteFrameClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698