| 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
|
|
|
|
|