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

Unified Diff: Source/web/StorageNamespaceProxy.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/StorageAreaProxy.cpp ('k') | Source/web/StorageNamespaceProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/StorageNamespaceProxy.h
diff --git a/Source/web/StorageNamespaceProxy.h b/Source/web/StorageNamespaceProxy.h
index b76f9c57851347e773e001257b647e7a59cec0b7..f69ed155d0d6840ea8b8ee84f3bd493ba0c6dc33 100644
--- a/Source/web/StorageNamespaceProxy.h
+++ b/Source/web/StorageNamespaceProxy.h
@@ -29,7 +29,7 @@
#include "core/storage/StorageArea.h"
#include "core/storage/StorageNamespace.h"
-namespace WebKit { class WebStorageNamespace; }
+namespace blink { class WebStorageNamespace; }
namespace WebCore {
@@ -37,14 +37,14 @@ namespace WebCore {
// SessionStorage, never LocalStorage.
class StorageNamespaceProxy : public StorageNamespace {
public:
- explicit StorageNamespaceProxy(PassOwnPtr<WebKit::WebStorageNamespace>);
+ explicit StorageNamespaceProxy(PassOwnPtr<blink::WebStorageNamespace>);
virtual ~StorageNamespaceProxy();
virtual PassOwnPtr<StorageArea> storageArea(SecurityOrigin*);
- bool isSameNamespace(const WebKit::WebStorageNamespace&);
+ bool isSameNamespace(const blink::WebStorageNamespace&);
private:
- OwnPtr<WebKit::WebStorageNamespace> m_storageNamespace;
+ OwnPtr<blink::WebStorageNamespace> m_storageNamespace;
};
} // namespace WebCore
« no previous file with comments | « Source/web/StorageAreaProxy.cpp ('k') | Source/web/StorageNamespaceProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698