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

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: 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/network/SocketStreamHandle.h ('k') | Source/platform/weborigin/DatabaseIdentifier.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/network/SocketStreamHandle.h ('k') | Source/platform/weborigin/DatabaseIdentifier.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698