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

Unified Diff: Source/web/StorageClientImpl.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/SpellCheckerClientImpl.cpp ('k') | Source/web/StorageClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/StorageClientImpl.h
diff --git a/Source/web/StorageClientImpl.h b/Source/web/StorageClientImpl.h
index bc783af402855ed651a79edf1bca99e524ea40d5..0942d2007a925b1f01dd937afc10b909d5c3ca3f 100644
--- a/Source/web/StorageClientImpl.h
+++ b/Source/web/StorageClientImpl.h
@@ -11,12 +11,12 @@ namespace blink {
class WebViewImpl;
-class StorageClientImpl : public WebCore::StorageClient {
+class StorageClientImpl : public blink::StorageClient {
public:
explicit StorageClientImpl(WebViewImpl*);
- virtual PassOwnPtr<WebCore::StorageNamespace> createSessionStorageNamespace() OVERRIDE;
- virtual bool canAccessStorage(WebCore::LocalFrame*, WebCore::StorageType) const OVERRIDE;
+ virtual PassOwnPtr<blink::StorageNamespace> createSessionStorageNamespace() OVERRIDE;
+ virtual bool canAccessStorage(blink::LocalFrame*, blink::StorageType) const OVERRIDE;
private:
WebViewImpl* m_webView;
« no previous file with comments | « Source/web/SpellCheckerClientImpl.cpp ('k') | Source/web/StorageClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698