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

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

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Stale refernence to weboriginexport in .gpyi 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/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/weborigin/SecurityOriginHash.h b/Source/platform/weborigin/SecurityOriginHash.h
similarity index 92%
rename from Source/weborigin/SecurityOriginHash.h
rename to Source/platform/weborigin/SecurityOriginHash.h
index f04b2fd257b1a10fda3d77b15fceff3d82bdf2e8..0d1d22eaf6cce51c187a59ef30ce1dab18dd8b57 100644
--- a/Source/weborigin/SecurityOriginHash.h
+++ b/Source/platform/weborigin/SecurityOriginHash.h
@@ -29,8 +29,8 @@
#ifndef SecurityOriginHash_h
#define SecurityOriginHash_h
-#include "weborigin/SecurityOrigin.h"
-#include "weborigin/KURL.h"
+#include "platform/weborigin/KURL.h"
+#include "platform/weborigin/SecurityOrigin.h"
#include "wtf/RefPtr.h"
namespace WebCore {
@@ -79,11 +79,12 @@ struct SecurityOriginHash {
} // namespace WebCore
namespace WTF {
- template<typename> struct DefaultHash;
- template<> struct DefaultHash<RefPtr<WebCore::SecurityOrigin> > {
- typedef WebCore::SecurityOriginHash Hash;
- };
+template<typename> struct DefaultHash;
+
+template<> struct DefaultHash<RefPtr<WebCore::SecurityOrigin> > {
+ typedef WebCore::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