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

Unified Diff: Source/platform/weborigin/DatabaseIdentifier.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: 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
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..9c90b7181c8b131a75cc5fc3d0a4f8fbf6ef690a 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/weborigin/SecurityOrigin.h"
+#include "platform/PlatformExport.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

Powered by Google App Engine
This is Rietveld 408576698