| Index: Source/platform/weborigin/SecurityOrigin.h
|
| diff --git a/Source/weborigin/SecurityOrigin.h b/Source/platform/weborigin/SecurityOrigin.h
|
| similarity index 98%
|
| rename from Source/weborigin/SecurityOrigin.h
|
| rename to Source/platform/weborigin/SecurityOrigin.h
|
| index 1d46a3adf07c0358e6e24060a247f23af49e3600..f3db0976b27ecd302f94cc4c0528fad9aa6f47a4 100644
|
| --- a/Source/weborigin/SecurityOrigin.h
|
| +++ b/Source/platform/weborigin/SecurityOrigin.h
|
| @@ -29,7 +29,7 @@
|
| #ifndef SecurityOrigin_h
|
| #define SecurityOrigin_h
|
|
|
| -#include "weborigin/WebOriginExport.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "wtf/ThreadSafeRefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -38,7 +38,7 @@ namespace WebCore {
|
| class KURL;
|
| class SecurityOriginCache;
|
|
|
| -class WEBORIGIN_EXPORT SecurityOrigin : public ThreadSafeRefCounted<SecurityOrigin> {
|
| +class PLATFORM_EXPORT SecurityOrigin : public ThreadSafeRefCounted<SecurityOrigin> {
|
| public:
|
| enum Policy {
|
| AlwaysDeny = 0,
|
|
|