Index: Source/platform/weborigin/DatabaseIdentifier.h |
diff --git a/Source/weborigin/DatabaseIdentifier.h b/Source/platform/weborigin/DatabaseIdentifier.h |
similarity index 86% |
rename from Source/weborigin/DatabaseIdentifier.h |
rename to Source/platform/weborigin/DatabaseIdentifier.h |
index 6389f25f104fb8634b9f486c686f70ea1fa34fb3..f4fd8d8a88cd79e53c381059ca32d422359e1694 100644 |
--- a/Source/weborigin/DatabaseIdentifier.h |
+++ b/Source/platform/weborigin/DatabaseIdentifier.h |
@@ -29,14 +29,14 @@ |
#ifndef DatabaseIdentifier_h |
#define DatabaseIdentifier_h |
-#include "weborigin/SecurityOrigin.h" |
-#include "weborigin/WebOriginExport.h" |
+#include "platform/PlatformExport.h" |
+#include "platform/weborigin/SecurityOrigin.h" |
#include "wtf/text/WTFString.h" |
namespace WebCore { |
-WEBORIGIN_EXPORT PassRefPtr<SecurityOrigin> createSecurityOriginFromDatabaseIdentifier(const String&); |
-WEBORIGIN_EXPORT String createDatabaseIdentifierFromSecurityOrigin(const SecurityOrigin*); |
+PLATFORM_EXPORT PassRefPtr<SecurityOrigin> createSecurityOriginFromDatabaseIdentifier(const String&); |
+PLATFORM_EXPORT String createDatabaseIdentifierFromSecurityOrigin(const SecurityOrigin*); |
} // namespace WebCore |