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

Unified Diff: public/web/WebFrame.h

Issue 401973003: Rename WebCore namespace to blink in Public (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 | « public/web/WebFormElement.h ('k') | public/web/WebGeolocationController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index 669b865c08d71b8556f02c2005ed14a803a0a9a6..e6a61f4fd63fdfaa203f4f58059d13ede80fd9fe 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -46,7 +46,7 @@
struct NPObject;
#if BLINK_IMPLEMENTATION
-namespace WebCore { class Frame; }
+namespace blink { class Frame; }
#endif
namespace v8 {
@@ -674,7 +674,7 @@ public:
virtual WebString layerTreeAsText(bool showDebugInfo = false) const = 0;
#if BLINK_IMPLEMENTATION
- static WebFrame* fromFrame(WebCore::Frame*);
+ static WebFrame* fromFrame(blink::Frame*);
#endif
protected:
@@ -695,7 +695,7 @@ private:
};
#if BLINK_IMPLEMENTATION
-WebCore::Frame* toWebCoreFrame(const WebFrame*);
+blink::Frame* toWebCoreFrame(const WebFrame*);
#endif
} // namespace blink
« no previous file with comments | « public/web/WebFormElement.h ('k') | public/web/WebGeolocationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698