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

Unified Diff: Source/platform/weborigin/SecurityOriginHash.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/weborigin/SecurityOriginCache.h ('k') | Source/platform/weborigin/SecurityOriginTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/SecurityOriginHash.h
diff --git a/Source/platform/weborigin/SecurityOriginHash.h b/Source/platform/weborigin/SecurityOriginHash.h
index 10584f4d7aa80683d8ae11e5bbfe9e764f7d262e..a41acdd38840a28b4ee2f609779fadf1cc6be0d7 100644
--- a/Source/platform/weborigin/SecurityOriginHash.h
+++ b/Source/platform/weborigin/SecurityOriginHash.h
@@ -33,7 +33,7 @@
#include "platform/weborigin/SecurityOrigin.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
struct SecurityOriginHash {
static unsigned hash(SecurityOrigin* origin)
@@ -85,14 +85,14 @@ struct SecurityOriginHash {
static const bool safeToCompareToEmptyOrDeleted = false;
};
-} // namespace WebCore
+} // namespace blink
namespace WTF {
template<typename> struct DefaultHash;
-template<> struct DefaultHash<RefPtr<WebCore::SecurityOrigin> > {
- typedef WebCore::SecurityOriginHash Hash;
+template<> struct DefaultHash<RefPtr<blink::SecurityOrigin> > {
+ typedef blink::SecurityOriginHash Hash;
};
} // namespace WTF
« no previous file with comments | « Source/platform/weborigin/SecurityOriginCache.h ('k') | Source/platform/weborigin/SecurityOriginTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698