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

Unified Diff: Source/web/BackForwardClientImpl.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/AssociatedURLLoader.cpp ('k') | Source/web/BackForwardClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/BackForwardClientImpl.h
diff --git a/Source/web/BackForwardClientImpl.h b/Source/web/BackForwardClientImpl.h
index 780f1e425dc6f7aee1b979b833de89e94940759e..5ccba8de2bae58e631a52860cbf05f95ae487ba2 100644
--- a/Source/web/BackForwardClientImpl.h
+++ b/Source/web/BackForwardClientImpl.h
@@ -36,13 +36,13 @@
namespace blink {
class WebViewImpl;
-class BackForwardClientImpl FINAL : public WebCore::BackForwardClient {
+class BackForwardClientImpl FINAL : public blink::BackForwardClient {
public:
explicit BackForwardClientImpl(WebViewImpl*);
virtual ~BackForwardClientImpl();
private:
- // WebCore::BackForwardList methods:
+ // blink::BackForwardList methods:
virtual int backListCount() OVERRIDE;
virtual int forwardListCount() OVERRIDE;
virtual int backForwardListCount() OVERRIDE;
« no previous file with comments | « Source/web/AssociatedURLLoader.cpp ('k') | Source/web/BackForwardClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698